Hierarchy

  • DisputesClient

Constructors

  • Parameters

    • hostname: string
    • Optional credentials: null | {
          [index: string]: string;
      }
    • Optional options: null | {
          [index: string]: any;
      }

    Returns DisputesClient

Properties

credentials_: null | {
    [index: string]: string;
}
hostname_: string
methodDescriptorGetDispute: MethodDescriptor<GetDisputeRequest, GetDisputeReply> = ...
methodDescriptorGetDisputes: MethodDescriptor<GetDisputesRequest, GetDisputesReply> = ...
methodDescriptorOpenDispute: MethodDescriptor<OpenDisputeRequest, OpenDisputeReply> = ...
methodDescriptorResolveDispute: MethodDescriptor<ResolveDisputeRequest, ResolveDisputeReply> = ...
methodDescriptorSendDisputeChatMessage: MethodDescriptor<SendDisputeChatMessageRequest, SendDisputeChatMessageReply> = ...
options_: null | {
    [index: string]: any;
}

Methods

Generated using TypeDoc