CalculateSurchargeAmountResponse
Description
This is calculated surcharge information based on the payment method, Zip Code, and amount sent in the request.
Properties
Type | Name | Description |
---|---|---|
bool | IsSurchargeEnabled | true - if surcharge is enabled on the securityId. |
bool | IsSurchargeAllowedForZipCode | true - if surcharge is allowed for the provided Zip Code. |
bool | IsSurchargeAllowedForPaymentMethod | true - if surcharge is allowed for the provided payment method. |
String | SurchargePercentage | The surcharge percentage configured for the Security ID. |
String | SurchargeAmount | The calculated surcharge amount which will be charged on top of the amount submitted in the request.
|
String | SurchargeCaption | The surcharge 'fee name' to use when displaying the fee to the user and on receipts. This denotes what the fee should actually be labeled as. |
String | SurchargeTermsNote | The message to be displayed to the user prior to charging a transaction that includes surcharging.
|
Updated 12 days ago