Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.IdBankTransfer
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.IdBankTransfer
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.PaymentMethodDetails
For more details about IdBankTransfer, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Account number of the bank account to transfer funds to.getBank()
Bank where the account is located.Local bank code of the bank.Name of the bank associated with the bank account.Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer.int
hashCode()
void
setAccountNumber
(String accountNumber) Account number of the bank account to transfer funds to.void
Bank where the account is located.void
setBankCode
(String bankCode) Local bank code of the bank.void
setBankName
(String bankName) Name of the bank associated with the bank account.void
setDisplayName
(String displayName) Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
IdBankTransfer
public IdBankTransfer()
-
-
Method Details
-
getAccountNumber
Account number of the bank account to transfer funds to. -
getBank
Bank where the account is located.One of
bca
,bni
,bri
,cimb
, orpermata
. -
getBankCode
Local bank code of the bank. -
getBankName
Name of the bank associated with the bank account. -
getDisplayName
Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer. -
setAccountNumber
Account number of the bank account to transfer funds to. -
setBank
Bank where the account is located.One of
bca
,bni
,bri
,cimb
, orpermata
. -
setBankCode
Local bank code of the bank. -
setBankName
Name of the bank associated with the bank account. -
setDisplayName
Merchant name and billing details name, for the customer to check for the correct merchant when performing the bank transfer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-