Show / Hide Table of Contents

Class CustomersResource.PaymentsAccountsResource

The "paymentsAccounts" collection of methods.

Inheritance
object
CustomersResource.PaymentsAccountsResource
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
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
In this article
Back to top Generated by DocFX