You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varprofileId=profileId_example; // string | The id of a profile containing user specific TMS configuration.
35
36
varcreateInstrumentIdentifierRequest=newCreateInstrumentIdentifierRequest(); // CreateInstrumentIdentifierRequest | Please specify either a Card, Bank Account or Enrollable Card
**profileId** | **string**| The id of a profile containing user specific TMS configuration. |
56
58
**createInstrumentIdentifierRequest** | [**CreateInstrumentIdentifierRequest**](CreateInstrumentIdentifierRequest.md)| Please specify either a Card, Bank Account or Enrollable Card |
Retrieve all Payment Instruments associated with an Instrument Identifier
136
140
@@ -149,14 +153,15 @@ namespace Example
149
153
publicvoidmain()
150
154
{
151
155
varapiInstance=newInstrumentIdentifierApi();
156
+
varprofileId=profileId_example; // string | The id of a profile containing user specific TMS configuration.
152
157
vartokenId=tokenId_example; // string | The TokenId of an Instrument Identifier.
153
158
varoffset=789; // long? | Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional) (default to 0)
154
159
varlimit=789; // long? | The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional) (default to 20)
155
160
156
161
try
157
162
{
158
163
// Retrieve all Payment Instruments associated with an Instrument Identifier
**profileId** | **string**| The id of a profile containing user specific TMS configuration. |
175
181
**tokenId** | **string**| The TokenId of an Instrument Identifier. |
176
182
**offset** | **long?**| Starting Payment Instrument record in zero-based dataset that should be returned as the first object in the array. Default is 0. | [optional][default to 0]
177
183
**limit** | **long?**| The maximum number of Payment Instruments that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. | [optional][default to 20]
varprofileId=profileId_example; // string | The id of a profile containing user specific TMS configuration.
274
283
vartokenId=tokenId_example; // string | The TokenId of an Instrument Identifier.
275
284
varupdateInstrumentIdentifierRequest=newUpdateInstrumentIdentifierRequest(); // UpdateInstrumentIdentifierRequest | Specify the previous transaction ID to update.
**profileId** | **string**| The id of a profile containing user specific TMS configuration. |
296
306
**tokenId** | **string**| The TokenId of an Instrument Identifier. |
297
307
**updateInstrumentIdentifierRequest** | [**UpdateInstrumentIdentifierRequest**](UpdateInstrumentIdentifierRequest.md)| Specify the previous transaction ID to update. |
varprofileId=profileId_example; // string | The id of a profile containing user specific TMS configuration.
34
35
varcreatePaymentInstrumentRequest=newCreatePaymentInstrumentRequest(); // CreatePaymentInstrumentRequest | Specify the customer's payment details for card or bank account.
**profileId** | **string**| The id of a profile containing user specific TMS configuration. |
55
57
**createPaymentInstrumentRequest** | [**CreatePaymentInstrumentRequest**](CreatePaymentInstrumentRequest.md)| Specify the customer's payment details for card or bank account. |
0 commit comments