Class PayoutMethodsBankAccountSpecService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.PayoutMethodsBankAccountSpecService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieve()
Fetch the specifications for a set of countries to know which credential fields are required, the validations for each fields, and how to translate these country-specific fields to the generic fields in the PayoutMethodBankAccount type.retrieve
(RequestOptions options) Fetch the specifications for a set of countries to know which credential fields are required, the validations for each fields, and how to translate these country-specific fields to the generic fields in the PayoutMethodBankAccount type.Fetch the specifications for a set of countries to know which credential fields are required, the validations for each fields, and how to translate these country-specific fields to the generic fields in the PayoutMethodBankAccount type.retrieve
(PayoutMethodsBankAccountSpecRetrieveParams params, RequestOptions options) Fetch the specifications for a set of countries to know which credential fields are required, the validations for each fields, and how to translate these country-specific fields to the generic fields in the PayoutMethodBankAccount type.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PayoutMethodsBankAccountSpecService
-
-
Method Details
-
retrieve
public PayoutMethodsBankAccountSpec retrieve(PayoutMethodsBankAccountSpecRetrieveParams params) throws StripeException Fetch the specifications for a set of countries to know which credential fields are required, the validations for each fields, and how to translate these country-specific fields to the generic fields in the PayoutMethodBankAccount type.- Throws:
StripeException
-
retrieve
Fetch the specifications for a set of countries to know which credential fields are required, the validations for each fields, and how to translate these country-specific fields to the generic fields in the PayoutMethodBankAccount type.- Throws:
StripeException
-
retrieve
Fetch the specifications for a set of countries to know which credential fields are required, the validations for each fields, and how to translate these country-specific fields to the generic fields in the PayoutMethodBankAccount type.- Throws:
StripeException
-
retrieve
public PayoutMethodsBankAccountSpec retrieve(PayoutMethodsBankAccountSpecRetrieveParams params, RequestOptions options) throws StripeException Fetch the specifications for a set of countries to know which credential fields are required, the validations for each fields, and how to translate these country-specific fields to the generic fields in the PayoutMethodBankAccount type.- Throws:
StripeException
-