Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Fpx{ account_holder_type: String.t() | nil, bank: String.t() | nil, transaction_id: String.t() | nil }
account_holder_type- Account holder type, if provided. Can be one ofindividualorcompany. Possible values:company,individual. Nullable.bank- The customer's bank. Can be one ofaffin_bank,agrobank,alliance_bank,ambank,bank_islam,bank_muamalat,bank_rakyat,bsn,cimb,hong_leong_bank,hsbc,kfh,maybank2u,ocbc,public_bank,rhb,standard_chartered,uob,deutsche_bank,maybank2e,pb_enterprise, orbank_of_china. Possible values:affin_bank,agrobank,alliance_bank,ambank,bank_islam,bank_muamalat,bank_of_china,bank_rakyat,bsn,cimb,deutsche_bank,hong_leong_bank,hsbc,kfh,maybank2e,maybank2u,ocbc,pb_enterprise,public_bank,rhb,standard_chartered,uob.transaction_id- Unique transaction id generated by FPX for every request from the merchant Max length: 5000. Nullable.