Hierarchy

  • PaymentAccountsClient

Constructors

  • Parameters

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

    Returns PaymentAccountsClient

Properties

credentials_: null | {
    [index: string]: string;
}
hostname_: string
methodDescriptorCreatePaymentAccount: MethodDescriptor<CreatePaymentAccountRequest, CreatePaymentAccountReply> = ...
methodDescriptorGetPaymentAccountForm: MethodDescriptor<GetPaymentAccountFormRequest, GetPaymentAccountFormReply> = ...
methodDescriptorGetPaymentAccountFormAsJson: MethodDescriptor<GetPaymentAccountFormAsJsonRequest, GetPaymentAccountFormAsJsonReply> = ...
methodDescriptorGetPaymentAccounts: MethodDescriptor<GetPaymentAccountsRequest, GetPaymentAccountsReply> = ...
methodDescriptorGetPaymentMethods: MethodDescriptor<GetPaymentMethodsRequest, GetPaymentMethodsReply> = ...
methodDescriptorValidateFormField: MethodDescriptor<ValidateFormFieldRequest, ValidateFormFieldReply> = ...
options_: null | {
    [index: string]: any;
}

Methods

Generated using TypeDoc