ImportPaymentInstrumentsResponse

public protocol ImportPaymentInstrumentsResponse

The JSON response structure of the Import Payment InstrumentsApi endpoint.

  • uid

    Undocumented

    Declaration

    Swift

    var uid: String { get }
  • Undocumented

    Declaration

    Swift

    var shopperId: String { get }
  • Undocumented

    Declaration

    Swift

    var creditCards: [CreditCardResult]? { get }
  • Undocumented

    Declaration

    Swift

    var payPal: PayPal? { get }