Essential Kit
Loading...
Searching...
No Matches
BillingProductPayoutDefinition

Represents payout information associated with the product.

Public Member Functions

 BillingProductPayoutDefinition (BillingProductPayoutCategory payoutType, string subtype=null, double quantity=1, string data=null, string description=null)
 Initializes a new instance of the BillingProductPayoutDefinition class.
 

Properties

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.
 

Constructor & Destructor Documentation

◆ BillingProductPayoutDefinition()

BillingProductPayoutDefinition ( BillingProductPayoutCategory payoutType,
string subtype = null,
double quantity = 1,
string data = null,
string description = null )
Parameters
payoutTypeThe category of the payout.
subtypeThe variant of the payout.
quantityThe quantity of the payout.
dataThe additional data associated with the payout.
descriptionThe description of the payout.