Class PaymentsAccountServiceGrpc.PaymentsAccountServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    PaymentsAccountServiceGrpc

    public abstract static class PaymentsAccountServiceGrpc.PaymentsAccountServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to provide payments accounts that can be used to set up consolidated
     billing.
     
    • Constructor Detail

      • PaymentsAccountServiceImplBase

        public PaymentsAccountServiceImplBase()
    • Method Detail

      • listPaymentsAccounts

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

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService