ImportPaymentInstrumentsResponse

The JSON response structure of the Import Payment InstrumentsApi endpoint.

interface ImportPaymentInstrumentsResponse : Serializable

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

creditCards
Link copied to clipboard
abstract val creditCards: List<CreditCardResult>?
payPal
Link copied to clipboard
abstract val payPal: PayPal?
shopperId
Link copied to clipboard
abstract val shopperId: String
uid
Link copied to clipboard
abstract val uid: String