Interface GiftPurchaseOfferStateAccepted

The offer was accepted. Subtype of GiftPurchaseOfferState.

interface GiftPurchaseOfferStateAccepted {
    @type: "giftPurchaseOfferStateAccepted";
}

Properties

Properties

@type: "giftPurchaseOfferStateAccepted"