Uses of Class
model.PaymentInstrument
Packages that use PaymentInstrument
-
Uses of PaymentInstrument in api
Methods in api that return PaymentInstrumentModifier and TypeMethodDescriptionPaymentInstrumentsApi.create(CreatePaymentInstrumentRequest createPaymentInstrumentRequest) Create a Payment Instrument Create a `Payment Instrument` resource using a card or bank account.Get a Payment Instrument Retrieve the details of a `Payment Instrument`.PaymentInstrumentsApi.update(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest) Update a Payment Instrument Update a `Payment Instrument`.Methods in api that return types with arguments of type PaymentInstrumentModifier and TypeMethodDescriptionPaymentInstrumentsApi.createPaymentInstrumentWithHttpInfo(CreatePaymentInstrumentRequest createPaymentInstrumentRequest) Create a Payment Instrument Create a `Payment Instrument` resource using a card or bank account.PaymentInstrumentsApi.getPaymentInstrumentWithHttpInfo(String paymentInstrumentId) Get a Payment Instrument Retrieve the details of a `Payment Instrument`.PaymentInstrumentsApi.updatePaymentInstrumentWithHttpInfo(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest) Update a Payment Instrument Update a `Payment Instrument`.Method parameters in api with type arguments of type PaymentInstrumentModifier and TypeMethodDescriptionokhttp3.CallPaymentInstrumentsApi.createPaymentInstrumentAsync(CreatePaymentInstrumentRequest createPaymentInstrumentRequest, ApiCallback<PaymentInstrument> _callback) Create a Payment Instrument (asynchronously) Create a `Payment Instrument` resource using a card or bank account.okhttp3.CallPaymentInstrumentsApi.getPaymentInstrumentAsync(String paymentInstrumentId, ApiCallback<PaymentInstrument> _callback) Get a Payment Instrument (asynchronously) Retrieve the details of a `Payment Instrument`.okhttp3.CallPaymentInstrumentsApi.updatePaymentInstrumentAsync(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest, ApiCallback<PaymentInstrument> _callback) Update a Payment Instrument (asynchronously) Update a `Payment Instrument`. -
Uses of PaymentInstrument in model
Methods in model that return PaymentInstrumentModifier and TypeMethodDescriptionPaymentInstrument.accountType(PaymentInstrument.AccountTypeEnum accountType) PaymentInstrument.addressVerification(PaymentInstrument.AddressVerificationEnum addressVerification) PaymentInstrument.application(String application) PaymentInstrument.brand(PaymentInstrument.BrandEnum brand) PaymentInstrument.cardType(PaymentInstrument.CardTypeEnum cardType) PaymentInstrument.createdAt(OffsetDateTime createdAt) PaymentInstrument.expirationMonth(Long expirationMonth) PaymentInstrument.expirationYear(Long expirationYear) PaymentInstrument.fastFundsIndicator(String fastFundsIndicator) PaymentInstrument.fingerprint(String fingerprint) static PaymentInstrumentCreate an instance of PaymentInstrument given an JSON stringPaymentInstrument.instrumentType(PaymentInstrument.InstrumentTypeEnum instrumentType) PaymentInstrument.links(PaymentInstrumentLinks links) PaymentInstrument.maskedAccountNumber(String maskedAccountNumber) PaymentInstrument.onlineGambingBlockIndicator(String onlineGambingBlockIndicator) PaymentInstrument.payloadType(PaymentInstrument.PayloadTypeEnum payloadType) PaymentInstrument.pushFundsBlockIndicator(String pushFundsBlockIndicator) PaymentInstrument.putTagsItem(String key, String tagsItem) PaymentInstrument.securityCodeVerification(PaymentInstrument.SecurityCodeVerificationEnum securityCodeVerification) PaymentInstrument.type(PaymentInstrument.TypeEnum type) PaymentInstrument.updatedAt(OffsetDateTime updatedAt) Methods in model that return types with arguments of type PaymentInstrumentModifier and TypeMethodDescriptionPaymentInstrumentsListEmbedded.getPaymentInstruments()List of `Payment Instruments`.Methods in model with parameters of type PaymentInstrumentModifier and TypeMethodDescriptionPaymentInstrumentsListEmbedded.addPaymentInstrumentsItem(PaymentInstrument paymentInstrumentsItem) Method parameters in model with type arguments of type PaymentInstrumentModifier and TypeMethodDescriptionPaymentInstrumentsListEmbedded.paymentInstruments(Set<PaymentInstrument> paymentInstruments) voidPaymentInstrumentsListEmbedded.setPaymentInstruments(Set<PaymentInstrument> paymentInstruments)