new module:model/BillingPlanInformation()
- Source:
Constructs a new BillingPlanInformation
.
This object contains details about a billing plan.
Members
(inner) appStoreReceipt :module:model/AppStoreReceipt
- Source:
Type:
(inner) billingAddress :module:model/AccountAddress
- Source:
The billing address for the account.
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) downgradeReason :String
- Source:
Type:
- String
(inner) enablePreAuth :String
- Source:
Type:
- String
(inner) enableSupport :String
- Source:
Type:
- String
(inner) includedSeats :String
- Source:
The number of seats (users) included.
Type:
- String
(inner) incrementalSeats :String
- Source:
Reserved: TBD
Type:
- String
(inner) paymentMethod :String
- Source:
Type:
- String
(inner) paymentProcessor :String
- Source:
Type:
- String
(inner) paymentProcessorInformation :module:model/PaymentProcessorInformation
- Source:
Information about the entity that processes payments for the billing plan.
Type:
(inner) planInformation :module:model/PlanInformation
- Source:
An object used to identify the features and attributes of the account being created.
Type:
(inner) processPayment :String
- Source:
Type:
- String
(inner) referralInformation :module:model/ReferralInformation
- Source:
A complex type that contains properties for entering referral and discount information.
Type:
(inner) renewalStatus :String
- Source:
Type:
- String
(inner) saleDiscountAmount :String
- Source:
Type:
- String
(inner) saleDiscountFixedAmount :String
- Source:
Type:
- String
(inner) saleDiscountPercent :String
- Source:
Type:
- String
(inner) saleDiscountPeriods :String
- Source:
Type:
- String
(inner) saleDiscountSeatPriceOverride :String
- Source:
Type:
- String
(inner) taxExemptId :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BillingPlanInformation}
- Source:
Constructs a BillingPlanInformation
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/BillingPlanInformation | Optional instance to populate. |
Returns:
The populated BillingPlanInformation
instance.