Sha256: b1a9084d6c4f624b6d02918516c78257f4f3ee6c6301b6c3cdf9019fe51695bc
Contents?: true
Size: 1.2 KB
Versions: 8
Compression:
Stored size: 1.2 KB
Contents
# SquareConnect::V1PaymentSurcharge ### Description ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the surcharge. | [optional] **applied_money** | [**V1Money**](V1Money.md) | The amount of money applied to the order as a result of the surcharge. | [optional] **rate** | **String** | The amount of the surcharge as a percentage. The percentage is provided as a string representing the decimal equivalent of the percentage. For example, \"0.7\" corresponds to a 7% surcharge. Exactly one of rate or amount_money should be set. | [optional] **amount_money** | [**V1Money**](V1Money.md) | The amount of the surcharge as a Money object. Exactly one of rate or amount_money should be set. | [optional] **type** | **String** | Indicates the source of the surcharge. For example, if it was applied as an automatic gratuity for a large group. | [optional] **taxable** | **BOOLEAN** | Indicates whether the surcharge is taxable. | [optional] **taxes** | [**Array<V1PaymentTax>**](V1PaymentTax.md) | The list of taxes that should be applied to the surcharge. | [optional] **surcharge_id** | **String** | | [optional]
Version data entries
8 entries across 8 versions & 1 rubygems