Package com.stripe.model
Class PaymentIntent.NextAction.DisplayBankTransferInstructions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.DisplayBankTransferInstructions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
The image_url_svg string used to render QR code.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
FinancialAddresses contain identifying information that resolves to a FinancialAccount. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The remaining amount that needs to be transferred to complete the payment.Three-letter ISO currency code, in lowercase.A list of financial addresses that can be used to fund the customer balance.A link to a hosted page that guides your customer through completing the transfer.A string identifying this payment.getType()
Type of bank transferint
hashCode()
void
setAmountRemaining
(Long amountRemaining) The remaining amount that needs to be transferred to complete the payment.void
setCurrency
(String currency) Three-letter ISO currency code, in lowercase.void
setFinancialAddresses
(List<PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress> financialAddresses) A list of financial addresses that can be used to fund the customer balance.void
setHostedInstructionsUrl
(String hostedInstructionsUrl) A link to a hosted page that guides your customer through completing the transfer.void
setReference
(String reference) A string identifying this payment.void
Type of bank transferMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DisplayBankTransferInstructions
public DisplayBankTransferInstructions()
-
-
Method Details
-
getAmountRemaining
The remaining amount that needs to be transferred to complete the payment. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getFinancialAddresses
public List<PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress> getFinancialAddresses()A list of financial addresses that can be used to fund the customer balance. -
getHostedInstructionsUrl
A link to a hosted page that guides your customer through completing the transfer. -
getReference
A string identifying this payment. Instruct your customer to include this code in the reference or memo field of their bank transfer. -
getType
Type of bank transferOne of
eu_bank_transfer
,gb_bank_transfer
,jp_bank_transfer
,mx_bank_transfer
, orus_bank_transfer
. -
setAmountRemaining
The remaining amount that needs to be transferred to complete the payment. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setFinancialAddresses
public void setFinancialAddresses(List<PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress> financialAddresses) A list of financial addresses that can be used to fund the customer balance. -
setHostedInstructionsUrl
A link to a hosted page that guides your customer through completing the transfer. -
setReference
A string identifying this payment. Instruct your customer to include this code in the reference or memo field of their bank transfer. -
setType
Type of bank transferOne of
eu_bank_transfer
,gb_bank_transfer
,jp_bank_transfer
,mx_bank_transfer
, orus_bank_transfer
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-