alias Stripe::InvoiceSettingSubscriptionSchedulePhaseSettingIssuer

Overview

The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.

Alias Definition

Stripe::ConnectAccountReference

Defined in:

stripe/models/invoice_setting_subscription_schedule_phase_setting_issuer.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [account, self]."
VALID_VALUES_FOR__TYPE = String.static_array("account", "self")