ListPaymentInstrumentsResponse

The JSON response structure of the List Payment InstrumentsApi endpoint.

interface ListPaymentInstrumentsResponse

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

androidPay
Link copied to clipboard
open val androidPay: String?
applePay
Link copied to clipboard
abstract val applePay: ApplePayDetails
creditCards
Link copied to clipboard
abstract val creditCards: List<CreditCardDetails>
giftCards
Link copied to clipboard
abstract val giftCards: List<GiftCardDetails>
googlePay
Link copied to clipboard
abstract val googlePay: GooglePayDetails
paymentAgreements
Link copied to clipboard
abstract val paymentAgreements: List<PaymentAgreementDetails>
payPal
Link copied to clipboard
abstract val payPal: List<PayPalDetails>