Uses of Class
model.UpdatePaymentInstrumentRequest
Packages that use UpdatePaymentInstrumentRequest
-
Uses of UpdatePaymentInstrumentRequest in api
Methods in api with parameters of type UpdatePaymentInstrumentRequestModifier and TypeMethodDescriptionPaymentInstrumentsApi.update(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest) Update a Payment Instrument Update a `Payment Instrument`.okhttp3.CallPaymentInstrumentsApi.updatePaymentInstrumentAsync(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest, ApiCallback<PaymentInstrument> _callback) Update a Payment Instrument (asynchronously) Update a `Payment Instrument`.okhttp3.CallPaymentInstrumentsApi.updatePaymentInstrumentCall(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest, ApiCallback _callback) Build call for updatePaymentInstrumentPaymentInstrumentsApi.updatePaymentInstrumentWithHttpInfo(String paymentInstrumentId, UpdatePaymentInstrumentRequest updatePaymentInstrumentRequest) Update a Payment Instrument Update a `Payment Instrument`. -
Uses of UpdatePaymentInstrumentRequest in model
Methods in model that return UpdatePaymentInstrumentRequestModifier and TypeMethodDescriptionUpdatePaymentInstrumentRequest.accountNumber(String accountNumber) UpdatePaymentInstrumentRequest.accountType(UpdatePaymentInstrumentRequest.AccountTypeEnum accountType) UpdatePaymentInstrumentRequest.address(CreatePaymentInstrumentRequestAddress address) UpdatePaymentInstrumentRequest.expirationMonth(Long expirationMonth) UpdatePaymentInstrumentRequest.expirationYear(Long expirationYear) Create an instance of UpdatePaymentInstrumentRequest given an JSON stringUpdatePaymentInstrumentRequest.putTagsItem(String key, String tagsItem) UpdatePaymentInstrumentRequest.securityCode(String securityCode) UpdatePaymentInstrumentRequest.thirdPartyToken(String thirdPartyToken) UpdatePaymentInstrumentRequest.type(UpdatePaymentInstrumentRequest.TypeEnum type)