# HelloextendApiClient::InvoiceDiscount ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **percent** | **Float** | | [optional] **label** | **String** | | [optional] [default to 'Merchant revenue share'] **amount** | [**Amount**](Amount.md) | | [optional] ## Code Sample ```ruby require 'HelloextendApiClient' instance = HelloextendApiClient::InvoiceDiscount.new(percent: 25, label: null, amount: null) ```