Anchor to SubscriptionBillingAttemptProcessingErrorSubscription
SubscriptionBillingAttemptProcessingError
interface
An error that prevented a billing attempt.
Anchor to FieldsFields
- Anchor to codecode•
The code for the error.
- Anchor to messagemessage•String!non-null
An explanation of the error.
Was this section helpful?
{
"code": "",
"message": ""
}
{
"code": "",
"message": ""
}
interface SubscriptionBillingAttemptProcessingError {
code: SubscriptionBillingAttemptErrorCode!
message: String!
}