Interface PaymentsAccountServiceGrpc.AsyncService

All Known Implementing Classes:
PaymentsAccountServiceGrpc.PaymentsAccountServiceImplBase
Enclosing class:
PaymentsAccountServiceGrpc

public static interface PaymentsAccountServiceGrpc.AsyncService
 Service to provide payments accounts that can be used to set up consolidated
 billing.
 
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • 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]()