module:model/AccountBillingPlanResponse

module:model/AccountBillingPlanResponse

new module:model/AccountBillingPlanResponse()

Source:

Constructs a new AccountBillingPlanResponse.
Defines an account billing plan response object.

Members

(inner) billingAddress :module:model/AccountAddress

Source:

The billing address for the account.

Type:

(inner) billingAddressIsCreditCardAddress :String

Source:

When set to true, the credit card address information is the same as that returned as the billing address. If false, then the billing address is considered a billing contact address, and the credit card address can be different.

Type:
  • String

(inner) billingPlan :module:model/AccountBillingPlan

Source:

An object that contains details about the billing plan.

Type:

(inner) creditCardInformation :module:model/CreditCardInformation

Source:

A complex type that has information about the credit card used to pay for this account.

Type:

(inner) directDebitProcessorInformation :module:model/DirectDebitProcessorInformation

Source:

Information about the bank that processes direct debits for the payment plan.

Type:

(inner) downgradePlanInformation :module:model/DowngradePlanUpdateResponse

Source:
Type:

(inner) downgradeRequestInformation :module:model/DowngradeRequestInformation

Source:
Type:

(inner) entityInformation :module:model/BillingEntityInformationResponse

Source:
Type:

(inner) paymentMethod :String

Source:
Type:
  • String

(inner) paymentProcessorInformation :module:model/PaymentProcessorInformation

Source:

Information about the entity that processes payments for the billing plan.

Type:

(inner) referralInformation :module:model/ReferralInformation

Source:

A complex type that contains properties for entering referral and discount information.

Type:

(inner) successorPlans :Array.<module:model/BillingPlan>

Source:
Type:

(inner) taxExemptId :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a AccountBillingPlanResponse 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/AccountBillingPlanResponse

Optional instance to populate.

Returns:

The populated AccountBillingPlanResponse instance.

Type
module:model/AccountBillingPlanResponse