buyerApprovalState property

String? buyerApprovalState
getter/setter pair

The buyer approval state of this pricing.

This field is read-only.

Output only. Possible string values are:

  • "USER_LIST_PRICING_BUYER_APPROVAL_STATE_UNSPECIFIED" : UNSPECIFIED.
  • "PENDING" : User list client has not yet accepted the pricing terms set by the user list owner.
  • "APPROVED" : User list client has accepted the pricing terms set by the user list owner.
  • "REJECTED" : User list client has rejected the pricing terms set by the user list owner.

Implementation

core.String? buyerApprovalState;