UNPKG

@paciolan/cybersource-sdk

Version:
31 lines (30 loc) 1.25 kB
/** * 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 Ptsv2paymentsOrderInformationAmountDetailsAmexAdditionalAmounts */ export interface Ptsv2paymentsOrderInformationAmountDetailsAmexAdditionalAmounts { /** * Additional amount type. This field is supported only for **American Express Direct**. For processor-specific information, see the `additional_amount_type0` request-level field description in [Credit Card Services Using the SCMP API.](http://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html) * @type {string} * @memberof Ptsv2paymentsOrderInformationAmountDetailsAmexAdditionalAmounts */ code?: string; /** * Additional amount. This field is supported only for **American Express Direct**. * @type {string} * @memberof Ptsv2paymentsOrderInformationAmountDetailsAmexAdditionalAmounts */ amount?: string; }