Reference documentation and code samples for the Google Cloud Channel V1 Client class PaymentType.
Specifies when the payment needs to happen.
Protobuf type google.cloud.channel.v1.PaymentType
Namespace
Google \ Cloud \ Channel \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PAYMENT_TYPE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum PAYMENT_TYPE_UNSPECIFIED = 0;
PREPAY
Value: 1
Prepay. Amount has to be paid before service is rendered.
Generated from protobuf enum PREPAY = 1;
POSTPAY
Value: 2
Postpay. Reseller is charged at the end of the Payment cycle.
Generated from protobuf enum POSTPAY = 2;