# `Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.Fpx`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/confirmation_token_create_params.ex#L299)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.Fpx{
    account_holder_type: String.t() | nil,
    bank: String.t() | nil
  }
```

* `account_holder_type` - Account holder type for FPX transaction Possible values: `company`, `individual`. Max length: 5000.
* `bank` - The customer's bank. 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`. Max length: 5000.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
