Class GoogleAdsSearchads360V23ResourcesPaymentsAccount
A payments account, which can be used to set up billing for an Ads customer.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesPaymentsAccount : IDirectResponseSchema
Properties
CurrencyCode
Output only. The currency code of the payments account. A subset of the currency codes derived from the ISO 4217 standard is supported.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. The name of the payments account.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PayingManagerCustomer
Output only. Paying manager of this payment account.
Declaration
[JsonProperty("payingManagerCustomer")]
public virtual string PayingManagerCustomer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PaymentsAccountId
Output only. A 16 digit ID used to identify a payments account.
Declaration
[JsonProperty("paymentsAccountId")]
public virtual string PaymentsAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PaymentsProfileId
Output only. A 12 digit ID used to identify the payments profile associated with the payments account.
Declaration
[JsonProperty("paymentsProfileId")]
public virtual string PaymentsProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Output only. The resource name of the payments account. PaymentsAccount resource names have the form:
customers/{customer_id}/paymentsAccounts/{payments_account_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { 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 |