DocuSign.Model.Accounts (DocuSign v0.4.2) View Source
Account management
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.Accounts{
accountIdGuid: String.t(),
accountName: String.t(),
allowTransactionRooms: String.t(),
billingPeriodDaysRemaining: String.t(),
billingPeriodEndDate: String.t(),
billingPeriodEnvelopesAllowed: String.t(),
billingPeriodEnvelopesSent: String.t(),
billingPeriodStartDate: String.t(),
billingProfile: String.t(),
canCancelRenewal: String.t(),
canUpgrade: String.t(),
connectPermission: String.t(),
createdDate: String.t(),
currencyCode: String.t(),
currentPlanId: String.t(),
distributorCode: String.t(),
docuSignLandingUrl: String.t(),
envelopeSendingBlocked: String.t(),
envelopeUnitPrice: String.t(),
externalAccountId: String.t(),
forgottenPasswordQuestionsCount: String.t(),
isDowngrade: String.t(),
paymentMethod: String.t(),
planClassification: String.t(),
planEndDate: String.t(),
planName: String.t(),
planStartDate: String.t(),
seatsAllowed: String.t(),
seatsInUse: String.t(),
status21CFRPart11: String.t(),
suspensionDate: String.t(),
suspensionStatus: String.t()
}