Interface PaymentsAccountServiceGrpc.AsyncService
-
- All Known Implementing Classes:
PaymentsAccountServiceGrpc.PaymentsAccountServiceImplBase
- Enclosing class:
- PaymentsAccountServiceGrpc
public static interface PaymentsAccountServiceGrpc.AsyncServiceService to provide payments accounts that can be used to set up consolidated billing.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidlistPaymentsAccounts(ListPaymentsAccountsRequest request, io.grpc.stub.StreamObserver<ListPaymentsAccountsResponse> responseObserver)Returns all payments accounts associated with all managers between the login customer ID and specified serving customer in the hierarchy, inclusive.
-
-
-
Method Detail
-
listPaymentsAccounts
default void listPaymentsAccounts(ListPaymentsAccountsRequest request, io.grpc.stub.StreamObserver<ListPaymentsAccountsResponse> responseObserver)
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]()
-
-