GoogleAdsSearchads360V23ResourcesPaymentsAccount class

A payments account, which can be used to set up billing for an Ads customer.

Constructors

GoogleAdsSearchads360V23ResourcesPaymentsAccount({String? currencyCode, String? name, String? payingManagerCustomer, String? paymentsAccountId, String? paymentsProfileId, String? resourceName, String? secondaryPaymentsProfileId})
GoogleAdsSearchads360V23ResourcesPaymentsAccount.fromJson(Map json_)

Properties

currencyCode String?
The currency code of the payments account.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the payments account.
getter/setter pair
payingManagerCustomer String?
Paying manager of this payment account.
getter/setter pair
paymentsAccountId String?
A 16 digit ID used to identify a payments account.
getter/setter pair
paymentsProfileId String?
A 12 digit ID used to identify the payments profile associated with the payments account.
getter/setter pair
resourceName String?
The resource name of the payments account.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryPaymentsProfileId String?
A secondary payments profile ID present in uncommon situations, for example, when a sequential liability agreement has been arranged.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited