@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1.68 kB
TypeScript
/**
* CyberSource Merged Spec
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
*
* OpenAPI spec version: 0.0.1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
* @export
* @interface TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures
*/
export interface TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures {
/**
* Remaining balance on the account. Returned by authorization service. #### PIN debit Remaining balance on the prepaid card. Returned by PIN debit purchase.
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures
*/
balanceAmount?: string;
/**
* Remaining balance on the account. Returned by authorization service. #### PIN debit Remaining balance on the prepaid card. Returned by PIN debit purchase.
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures
*/
previousBalanceAmount?: string;
/**
* Currency of the remaining balance on the account. For the possible values, see the [ISO Standard Currency Codes.](http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf) Returned by authorization service. #### PIN debit Currency of the remaining balance on the prepaid card. Returned by PIN debit purchase.
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInformationAccountFeatures
*/
currency?: string;
}