Type Alias SalePaymentToken
SalePaymentToken: { settlementType: string; type: string; token: TokenInfo; amount: string; balance: string; fiat: { amount: string; balance: string; symbol: string; }; } Type declaration
settlementType: string
type: string
amount: string
balance: string
fiat: {
amount: string;
balance: string;
symbol: string;
}
amount: string
balance: string
symbol: string
Type representing a Sale Widget with type PAYMENT_TOKEN.