new module:model/AccountBillingPlanResponse()
Constructs a new AccountBillingPlanResponse
.
Defines an account billing plan response object.
Members
(inner) billingAddress :module:model/AccountAddress
The billing address for the account.
Type:
(inner) billingAddressIsCreditCardAddress :String
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
An object that contains details about the billing plan.
Type:
(inner) creditCardInformation :module:model/CreditCardInformation
A complex type that has information about the credit card used to pay for this account.
Type:
(inner) directDebitProcessorInformation :module:model/DirectDebitProcessorInformation
Information about the bank that processes direct debits for the payment plan.
Type:
(inner) downgradePlanInformation :module:model/DowngradePlanUpdateResponse
Type:
(inner) downgradeRequestInformation :module:model/DowngradeRequestInformation
Type:
(inner) entityInformation :module:model/BillingEntityInformationResponse
Type:
(inner) paymentMethod :String
Type:
- String
(inner) paymentProcessorInformation :module:model/PaymentProcessorInformation
Information about the entity that processes payments for the billing plan.
Type:
(inner) referralInformation :module:model/ReferralInformation
A complex type that contains properties for entering referral and discount information.
Type:
(inner) successorPlans :Array.<module:model/BillingPlan>
Type:
- Array.<module:model/BillingPlan>
(inner) taxExemptId :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/AccountBillingPlanResponse}
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.