Module: Google::Cloud::Channel::V1::PaymentType

Defined in:
proto_docs/google/cloud/channel/v1/offers.rb

Overview

Specifies when the payment needs to happen.

Constant Summary collapse

PAYMENT_TYPE_UNSPECIFIED =

Not used.

0
PREPAY =

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

1
POSTPAY =

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

2