module:model/PaymentGatewayAccount

module:model/PaymentGatewayAccount

new module:model/PaymentGatewayAccount()

Source:

Constructs a new PaymentGatewayAccount.
This object contains details about a payment gateway account.

Members

(inner) allowCustomMetadata :Boolean

Source:
Type:
  • Boolean

(inner) config :module:model/PaymentGatewayAccountSetting

Source:

This property contains metadata about the payment gateway account's configuration such as the API key, userId, and merchantId details.

Type:

(inner) displayName :String

Source:
Type:
  • String

(inner) isEnabled :String

Source:
Type:
  • String

(inner) isLegacy :String

Source:
Type:
  • String

(inner) lastModified :String

Source:
Type:
  • String

(inner) paymentGateway :String

Source:
Type:
  • String

(inner) paymentGatewayAccountId :String

Source:
Type:
  • String

(inner) paymentGatewayDisplayName :String

Source:
Type:
  • String

(inner) payPalLegacySettings :module:model/PayPalLegacySettings

Source:

Reserved for DocuSign.

Type:

(inner) supportedCurrencies :Array.<String>

Source:
Type:
  • Array.<String>

(inner) supportedPaymentMethods :Array.<String>

Source:
Type:
  • Array.<String>

(inner) supportedPaymentMethodsWithOptions :Array.<module:model/PaymentMethodWithOptions>

Source:
Type:

(inner) zeroDecimalCurrencies :Array.<String>

Source:
Type:
  • Array.<String>

Methods

(static) constructFromObject(data, obj) → {module:model/PaymentGatewayAccount}

Source:

Constructs a PaymentGatewayAccount from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/PaymentGatewayAccount

Optional instance to populate.

Returns:

The populated PaymentGatewayAccount instance.

Type
module:model/PaymentGatewayAccount