Type alias SelectedPayinMethodBeta

SelectedPayinMethod: {
    amount: string;
    kind: string;
    paymentDetailsHash?: string;
}

The payin methods selected by Alice in the RFQ

Type declaration

  • amount: string

    Amount of payin currency alice wants to spend in order to receive payout currency

  • kind: string

    Type of payment method e.g. BTC_ADDRESS, DEBIT_CARD, MOMO_MPESA

  • Optional paymentDetailsHash?: string

    An object containing the properties defined in the respective Offering's requiredPaymentDetails json schema. Omitted from the signature payload.