paymentsAccount property

String? paymentsAccount
getter/setter pair

The resource name of the payments account associated with this billing setup.

Payments resource names have the form: customers/{customer_id}/paymentsAccounts/{payments_account_id} When setting up billing, this is used to signup with an existing payments account (and then payments_account_info should not be set). When getting a billing setup, this and payments_account_info will be populated.

Immutable.

Implementation

core.String? paymentsAccount;