Sha256: 98b4e48dadad83fb9c4945ccf8f4490e2b0ccc5dd12549adcc5be1c8de6b291a
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 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** | A Square-issued unique identifier associated with the surcharge. | [optional]
Version data entries
4 entries across 4 versions & 1 rubygems