paymentOption property

String? paymentOption
getter/setter pair

The configured payment option.

Output only. Possible string values are:

  • "PAYMENT_OPTION_UNSPECIFIED" : Unspecified payment option.
  • "NONE" : No payment option configured.
  • "SUBSCRIPTIONS" : Publication supports paid subscriptions.
  • "CONTRIBUTIONS" : Publication supports voluntary contributions.

Implementation

core.String? paymentOption;