Package com.stripe.param
Class CustomerCreateFundingInstructionsParams.BankTransfer.Builder
java.lang.Object
com.stripe.param.CustomerCreateFundingInstructionsParams.BankTransfer.Builder
- Enclosing class:
- CustomerCreateFundingInstructionsParams.BankTransfer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAllRequestedAddressType
(List<CustomerCreateFundingInstructionsParams.BankTransfer.RequestedAddressType> elements) Add all elements to `requestedAddressTypes` list.addRequestedAddressType
(CustomerCreateFundingInstructionsParams.BankTransfer.RequestedAddressType element) Add an element to `requestedAddressTypes` list.build()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setEuBankTransfer
(CustomerCreateFundingInstructionsParams.BankTransfer.EuBankTransfer euBankTransfer) Configuration for eu_bank_transfer funding type.Required. The type of thebank_transfer
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setEuBankTransfer
public CustomerCreateFundingInstructionsParams.BankTransfer.Builder setEuBankTransfer(CustomerCreateFundingInstructionsParams.BankTransfer.EuBankTransfer euBankTransfer) Configuration for eu_bank_transfer funding type. -
putExtraParam
public CustomerCreateFundingInstructionsParams.BankTransfer.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCustomerCreateFundingInstructionsParams.BankTransfer.extraParams
for the field documentation. -
putAllExtraParam
public CustomerCreateFundingInstructionsParams.BankTransfer.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCustomerCreateFundingInstructionsParams.BankTransfer.extraParams
for the field documentation. -
addRequestedAddressType
public CustomerCreateFundingInstructionsParams.BankTransfer.Builder addRequestedAddressType(CustomerCreateFundingInstructionsParams.BankTransfer.RequestedAddressType element) Add an element to `requestedAddressTypes` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeCustomerCreateFundingInstructionsParams.BankTransfer.requestedAddressTypes
for the field documentation. -
addAllRequestedAddressType
public CustomerCreateFundingInstructionsParams.BankTransfer.Builder addAllRequestedAddressType(List<CustomerCreateFundingInstructionsParams.BankTransfer.RequestedAddressType> elements) Add all elements to `requestedAddressTypes` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeCustomerCreateFundingInstructionsParams.BankTransfer.requestedAddressTypes
for the field documentation. -
setType
public CustomerCreateFundingInstructionsParams.BankTransfer.Builder setType(CustomerCreateFundingInstructionsParams.BankTransfer.Type type) Required. The type of thebank_transfer
-