SurchargeSettingsResponse
Description
This object contains the surcharge settings results.
Properties
Type | Name | Description |
---|---|---|
bool | IsSurchargeEnabled | true - if surcharge is enabled on the securityId. false - if surcharge is disabled on the securityId. |
String | SurchargeCountryId | The countryId associated with Security ID for surcharging. |
String | SurchargePercentage | The surcharge percentage configured for the Security ID. |
String | SurchargeTermsNote | The message to be displayed to the user prior to charging a transaction that includes surcharging. Example: If you choose to pay with a credit card, you’ll be charged a 2.5% Surcharge. If you choose to pay with a debit card, you won’t be charged any fee. |
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. |
Updated over 1 year ago