Module Braintree::ErrorCodes::Subscription
In: lib/braintree/error_codes.rb

Classes and Modules

Module Braintree::ErrorCodes::Subscription::Modification

Constants

BillingDayOfMonthCannotBeUpdated = "91918"
BillingDayOfMonthIsInvalid = "91914"
BillingDayOfMonthMustBeNumeric = "91913"
CannotAddDuplicateAddonOrDiscount = "91911"
CannotEditCanceledSubscription = "81901"
CannotEditExpiredSubscription = "81910"
CannotEditPriceChangingFieldsOnPastDueSubscription = "91920"
FirstBillingDateCannotBeInThePast = "91916"
FirstBillingDateCannotBeUpdated = "91919"
FirstBillingDateIsInvalid = "91915"
IdIsInUse = "81902"
InconsistentNumberOfBillingCycles = "91908"
InconsistentStartDate = "91917"
InvalidRequestFormat = "91921"
MerchantAccountDoesNotSupportInstrumentType = "91930"
MerchantAccountIdIsInvalid = "91901"
MismatchCurrencyISOCode = "91923"
NumberOfBillingCyclesCannotBeBlank = "91912"
NumberOfBillingCyclesIsTooSmall = "91909"
NumberOfBillingCyclesMustBeGreaterThanZero = "91907"
NumberOfBillingCyclesMustBeNumeric = "91906"
PaymentMethodNonceCardTypeIsNotAccepted = "91924"
PaymentMethodNonceInstrumentTypeDoesNotSupportSubscriptions = "91929"
PaymentMethodNonceIsInvalid = "91925"
PaymentMethodNonceNotAssociatedWithCustomer = "91926"
PaymentMethodNonceUnvaultedCardIsNotAccepted = "91927"
PaymentMethodTokenCardTypeIsNotAccepted = "91902"
PaymentMethodTokenInstrumentTypeDoesNotSupportSubscriptions = "91928"
PaymentMethodTokenIsInvalid = "91903"
PaymentMethodTokenNotAssociatedWithCustomer = "91905"
PlanBillingFrequencyCannotBeUpdated = "91922"
PlanIdIsInvalid = "91904"
PriceCannotBeBlank = "81903"
PriceFormatIsInvalid = "81904"
PriceIsTooLarge = "81923"
StatusIsCanceled = "81905"
TokenFormatIsInvalid = "81906"
TrialDurationFormatIsInvalid = "81907"
TrialDurationIsRequired = "81908"
TrialDurationUnitIsInvalid = "81909"

[Validate]