DocuSign v0.2.0 DocuSign.Model.BillingPlans View Source
Billing plans
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.BillingPlans{
billingAddress: AccountAddress,
billingAddressIsCreditCardAddress: String.t(),
billingPlan: AccountBillingPlan,
creditCardInformation: CreditCardInformation,
paymentProcessorInformation: PaymentProcessorInformation,
referralInformation: ReferralInformation,
successorPlans: [BillingPlan]
}
t() :: %DocuSign.Model.BillingPlans{ billingAddress: AccountAddress, billingAddressIsCreditCardAddress: String.t(), billingPlan: AccountBillingPlan, creditCardInformation: CreditCardInformation, paymentProcessorInformation: PaymentProcessorInformation, referralInformation: ReferralInformation, successorPlans: [BillingPlan] }