GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo class

Container of payments account information for this billing.

Constructors

GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo({String? paymentsAccountId, String? paymentsAccountName, String? paymentsProfileId, String? paymentsProfileName, String? secondaryPaymentsProfileId})
GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
paymentsAccountId String?
A 16 digit id used to identify the payments account associated with the billing setup.
getter/setter pair
paymentsAccountName String?
The name of the payments account associated with the billing setup.
getter/setter pair
paymentsProfileId String?
A 12 digit id used to identify the payments profile associated with the billing setup.
getter/setter pair
paymentsProfileName String?
The name of the payments profile associated with the billing setup.
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