Interface CanPurchaseFromStore

Checks whether an in-store purchase is possible. Must be called before any in-store purchase. Request type for Tdjson#canPurchaseFromStore.

interface CanPurchaseFromStore {
    @type: "canPurchaseFromStore";
    purpose: StorePaymentPurpose;
}

Properties

Properties

@type: "canPurchaseFromStore"

Transaction purpose.