Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo

Container of payments account information for this billing.

Inheritance
object
GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PaymentsAccountId

Output only. A 16 digit id used to identify the payments account associated with the billing setup. This must be passed as a string with dashes, for example, "1234-5678-9012-3456".

Declaration
[JsonProperty("paymentsAccountId")]
public virtual string PaymentsAccountId { get; set; }
Property Value
Type Description
string

PaymentsAccountName

Immutable. The name of the payments account associated with the billing setup. This enables the user to specify a meaningful name for a payments account to aid in reconciling monthly invoices. This name will be printed in the monthly invoices.

Declaration
[JsonProperty("paymentsAccountName")]
public virtual string PaymentsAccountName { get; set; }
Property Value
Type Description
string

PaymentsProfileId

Immutable. A 12 digit id used to identify the payments profile associated with the billing setup. This must be passed in as a string with dashes, for example, "1234-5678-9012".

Declaration
[JsonProperty("paymentsProfileId")]
public virtual string PaymentsProfileId { get; set; }
Property Value
Type Description
string

PaymentsProfileName

Output only. The name of the payments profile associated with the billing setup.

Declaration
[JsonProperty("paymentsProfileName")]
public virtual string PaymentsProfileName { get; set; }
Property Value
Type Description
string

SecondaryPaymentsProfileId

Output only. A secondary payments profile id present in uncommon situations, for example, when a sequential liability agreement has been arranged.

Declaration
[JsonProperty("secondaryPaymentsProfileId")]
public virtual string SecondaryPaymentsProfileId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX