Uses of Class
model.CreatePaymentInstrumentRequest
Packages that use CreatePaymentInstrumentRequest
-
Uses of CreatePaymentInstrumentRequest in api
Methods in api with parameters of type CreatePaymentInstrumentRequestModifier and TypeMethodDescriptionPaymentInstrumentsApi.create(CreatePaymentInstrumentRequest createPaymentInstrumentRequest) Create a Payment Instrument Create a `Payment Instrument` resource using a card or bank account.okhttp3.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.createPaymentInstrumentCall(CreatePaymentInstrumentRequest createPaymentInstrumentRequest, ApiCallback _callback) Build call for createPaymentInstrumentPaymentInstrumentsApi.createPaymentInstrumentWithHttpInfo(CreatePaymentInstrumentRequest createPaymentInstrumentRequest) Create a Payment Instrument Create a `Payment Instrument` resource using a card or bank account. -
Uses of CreatePaymentInstrumentRequest in model
Methods in model that return CreatePaymentInstrumentRequestModifier and TypeMethodDescriptionCreatePaymentInstrumentRequest.accountNumber(String accountNumber) CreatePaymentInstrumentRequest.accountType(CreatePaymentInstrumentRequest.AccountTypeEnum accountType) CreatePaymentInstrumentRequest.address(CreatePaymentInstrumentRequestAddress address) CreatePaymentInstrumentRequest.expirationMonth(Long expirationMonth) CreatePaymentInstrumentRequest.expirationYear(Long expirationYear) Create an instance of CreatePaymentInstrumentRequest given an JSON stringCreatePaymentInstrumentRequest.putTagsItem(String key, String tagsItem) CreatePaymentInstrumentRequest.securityCode(String securityCode) CreatePaymentInstrumentRequest.thirdPartyToken(String thirdPartyToken) CreatePaymentInstrumentRequest.type(CreatePaymentInstrumentRequest.TypeEnum type)