Represents payout information associated with the product.
|
|
BillingProductPayoutCategory | Category [get] |
| | Gets the category of the payout.
|
| |
|
string | Variant [get] |
| | Gets the variant of the payout.
|
| |
|
double | Quantity [get] |
| | Gets the quantity of the payout.
|
| |
|
string | Data [get] |
| | Gets the additional data associated with the payout.
|
| |
|
string | Description [get] |
| | Gets the description of the payout.
|
| |
◆ BillingProductPayoutDefinition()
- Parameters
-
| payoutType | The category of the payout. |
| subtype | The variant of the payout. |
| quantity | The quantity of the payout. |
| data | The additional data associated with the payout. |
| description | The description of the payout. |