PaymentDiscountObject: {
    amount: string;
    percent: number;
}

Payment credit card discount object.

Type declaration

  • amount: string

    Fixed amount for discount. Must not be more than the payment amount. Value will be overriden if discount percent value is provided.

  • percent: number

    Percent of payment amount to apply to discount amount. Use whole number percentage with up to 2 decimal points. For example if percent discount is 5.55% input 5.55.

Generated using TypeDoc