UNPKG

@paciolan/cybersource-sdk

Version:
25 lines (24 loc) 1.07 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 Ptsv1pushfundstransferOrderInformationSurcharge */ export interface Ptsv1pushfundstransferOrderInformationSurcharge { /** * The surcharge amount is included in the total transaction amount but is passed in a separate field to the issuer and acquirer for tracking. The issuer can provide information about the surcharge amount to the customer. If the amount is positive, then it is a debit for the customer. If the amount is negative, then it is a credit for the customer. NOTE: This field is supported only for Visa Platform Connect * @type {string} * @memberof Ptsv1pushfundstransferOrderInformationSurcharge */ amount?: string; }