Class CustomersResource.PaymentsAccountsResource
The "paymentsAccounts" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.PaymentsAccountsResource
Constructors
PaymentsAccountsResource(IClientService)
Constructs a new resource.
Declaration
public PaymentsAccountsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
Returns all payments accounts associated with all managers between the login customer ID and specified serving customer in the hierarchy, inclusive. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError PaymentsAccountError QuotaError RequestError
Declaration
public virtual CustomersResource.PaymentsAccountsResource.ListRequest List(string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | customerId | Required. The ID of the customer to apply the PaymentsAccount list operation to. |
Returns
| Type | Description |
|---|---|
| CustomersResource.PaymentsAccountsResource.ListRequest |