ResponsePaymentInstrument

@objcMembers
public class ResponsePaymentInstrument : NSObject, Codable

A generic object to parse the response from the server.

  • The type of payment instrument. This will also dictate which other payment instrument fields are required to fulfil the payment.

    Declaration

    Swift

    public private(set) var type: PaymentInstrumentType { get }