SalePaymentToken: {
    type: string;
    token: checkout.TokenInfo;
    amount: string;
    balance: string;
    fiat: {
        amount: string;
        balance: string;
        symbol: string;
    };
}

Type representing a Sale Widget with type PAYMENT_TOKEN.

Type declaration

  • type: string

    Chosen payment token

  • token: checkout.TokenInfo
  • amount: string
  • balance: string
  • fiat: {
        amount: string;
        balance: string;
        symbol: string;
    }
    • amount: string
    • balance: string
    • symbol: string

Generated using TypeDoc