| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2016 |
PaymentInstrumentApi.paymentinstrumentsPost(String profileId,
Body2 body)
Create a Payment Instrument
|
com.squareup.okhttp.Call |
PaymentInstrumentApi.paymentinstrumentsPostAsync(String profileId,
Body2 body,
ApiCallback<InlineResponse2016> callback)
Create a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentApi.paymentinstrumentsPostCall(String profileId,
Body2 body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for paymentinstrumentsPost
|
ApiResponse<InlineResponse2016> |
PaymentInstrumentApi.paymentinstrumentsPostWithHttpInfo(String profileId,
Body2 body)
Create a Payment Instrument
|
| Modifier and Type | Method and Description |
|---|---|
Body2 |
Body2.bankAccount(PaymentinstrumentsBankAccount bankAccount) |
Body2 |
Body2.billTo(PaymentinstrumentsBillTo billTo) |
Body2 |
Body2.buyerInformation(PaymentinstrumentsBuyerInformation buyerInformation) |
Body2 |
Body2.card(PaymentinstrumentsCard card) |
Body2 |
Body2.instrumentIdentifier(PaymentinstrumentsInstrumentIdentifier instrumentIdentifier) |
Body2 |
Body2.links(InstrumentidentifiersLinks links) |
Body2 |
Body2.merchantInformation(PaymentinstrumentsMerchantInformation merchantInformation) |
Body2 |
Body2.metaData(InstrumentidentifiersMetadata metaData) |
Body2 |
Body2.processingInformation(PaymentinstrumentsProcessingInformation processingInformation) |
Copyright © 2018. All rights reserved.