GoogleAdsSearchads360V23ResourcesBillingSetup class
A billing setup, which associates a payments account and an advertiser.
A billing setup is specific to one advertiser.
Constructors
- GoogleAdsSearchads360V23ResourcesBillingSetup({String? endDateTime, String? endTimeType, String? id, String? paymentsAccount, GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo? paymentsAccountInfo, String? resourceName, String? startDateTime, String? startTimeType, String? status})
- GoogleAdsSearchads360V23ResourcesBillingSetup.fromJson(Map json_)
Properties
- endDateTime ↔ String?
-
The end date time in yyyy-MM-dd or yyyy-MM-dd HH:mm:ss format.
getter/setter pair
- endTimeType ↔ String?
-
The end time as a type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the billing setup.
getter/setter pair
- paymentsAccount ↔ String?
-
The resource name of the payments account associated with this billing
setup.
getter/setter pair
- paymentsAccountInfo ↔ GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo?
-
The payments account information associated with this billing setup.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the billing setup.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDateTime ↔ String?
-
The start date time in yyyy-MM-dd or yyyy-MM-dd HH:mm:ss format.
getter/setter pair
- startTimeType ↔ String?
-
The start time as a type.
getter/setter pair
- status ↔ String?
-
The status of the billing setup.
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