| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2016 |
PaymentInstrumentApi.paymentinstrumentsPost(String profileId,
Body2 body)
Create a Payment Instrument
|
InlineResponse2016 |
PaymentInstrumentApi.paymentinstrumentsTokenIdGet(String profileId,
String tokenId)
Retrieve a Payment Instrument
|
InlineResponse2016 |
PaymentInstrumentApi.paymentinstrumentsTokenIdPatch(String profileId,
String tokenId,
Body3 body)
Update a Payment Instrument
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2016> |
PaymentInstrumentApi.paymentinstrumentsPostWithHttpInfo(String profileId,
Body2 body)
Create a Payment Instrument
|
ApiResponse<InlineResponse2016> |
PaymentInstrumentApi.paymentinstrumentsTokenIdGetWithHttpInfo(String profileId,
String tokenId)
Retrieve a Payment Instrument
|
ApiResponse<InlineResponse2016> |
PaymentInstrumentApi.paymentinstrumentsTokenIdPatchWithHttpInfo(String profileId,
String tokenId,
Body3 body)
Update a Payment Instrument
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
PaymentInstrumentApi.paymentinstrumentsPostAsync(String profileId,
Body2 body,
ApiCallback<InlineResponse2016> callback)
Create a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentApi.paymentinstrumentsTokenIdGetAsync(String profileId,
String tokenId,
ApiCallback<InlineResponse2016> callback)
Retrieve a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentApi.paymentinstrumentsTokenIdPatchAsync(String profileId,
String tokenId,
Body3 body,
ApiCallback<InlineResponse2016> callback)
Update a Payment Instrument (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2016 |
InlineResponse2016.bankAccount(PaymentinstrumentsBankAccount bankAccount) |
InlineResponse2016 |
InlineResponse2016.billTo(PaymentinstrumentsBillTo billTo) |
InlineResponse2016 |
InlineResponse2016.buyerInformation(PaymentinstrumentsBuyerInformation buyerInformation) |
InlineResponse2016 |
InlineResponse2016.card(PaymentinstrumentsCard card) |
InlineResponse2016 |
InlineResponse2016.instrumentIdentifier(PaymentinstrumentsInstrumentIdentifier instrumentIdentifier) |
InlineResponse2016 |
InlineResponse2016.links(InstrumentidentifiersLinks links) |
InlineResponse2016 |
InlineResponse2016.merchantInformation(PaymentinstrumentsMerchantInformation merchantInformation) |
InlineResponse2016 |
InlineResponse2016.metaData(InstrumentidentifiersMetadata metaData) |
InlineResponse2016 |
InlineResponse2016.processingInformation(PaymentinstrumentsProcessingInformation processingInformation) |
Copyright © 2018. All rights reserved.