Enum PaymentType (3.3.1)

public enum PaymentType extends Enum<PaymentType> implements ProtocolMessageEnum

Specifies when the payment needs to happen.

Protobuf enum google.cloud.channel.v1.PaymentType

Implements

ProtocolMessageEnum

Fields

NameDescription
PAYMENT_TYPE_UNSPECIFIED

Not used.

PAYMENT_TYPE_UNSPECIFIED = 0;

PAYMENT_TYPE_UNSPECIFIED_VALUE

Not used.

PAYMENT_TYPE_UNSPECIFIED = 0;

POSTPAY

Postpay. Reseller is charged at the end of the Payment cycle.

POSTPAY = 2;

POSTPAY_VALUE

Postpay. Reseller is charged at the end of the Payment cycle.

POSTPAY = 2;

PREPAY

Prepay. Amount has to be paid before service is rendered.

PREPAY = 1;

PREPAY_VALUE

Prepay. Amount has to be paid before service is rendered.

PREPAY = 1;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()