Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Invoice.Issuer{ account: String.t() | Stripe.Resources.Account.t() | nil, type: String.t() | nil }
account- The connected account being referenced whentypeisaccount.type- Type of the account referenced. Possible values:account,self.