alias Stripe::SubscriptionsResourcePaymentMethodOptionsCustomerBalance

Overview

This sub-hash contains details about the Bank transfer payment method options to pass to invoices created by the subscription.

Alias Definition

Stripe::InvoicePaymentMethodOptionsCustomerBalance

Defined in:

stripe/models/subscriptions_resource_payment_method_options_customer_balance.cr

Constant Summary

ERROR_MESSAGE_FOR_FUNDING_TYPE = "invalid value for \"funding_type\", must be one of [bank_transfer]."
VALID_VALUES_FOR_FUNDING_TYPE = String.static_array("bank_transfer")