Enum PaymentType (3.7.2)

public enum PaymentType extends Enum<PaymentType> implements ProtocolMessageEnum

Specifies when the payment needs to happen.

Protobuf enum google.cloud.channel.v1.PaymentType

Implements

ProtocolMessageEnum

Static 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

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()