paymentType property
Specifies when the payment needs to happen. Possible string values are:
- "PAYMENT_TYPE_UNSPECIFIED" : Not used.
- "PREPAY" : Prepay. Amount has to be paid before service is rendered.
- "POSTPAY" : Postpay. Reseller is charged at the end of the Payment cycle.
Implementation
core.String? paymentType;