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
For more details about DisplayBankTransferInstructions, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFinancialAddresses contain identifying information that resolves to a FinancialAccount. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe 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 transferinthashCode()voidsetAmountRemaining(Long amountRemaining) The remaining amount that needs to be transferred to complete the payment.voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidsetFinancialAddresses(List<PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress> financialAddresses) A list of financial addresses that can be used to fund the customer balance.voidsetHostedInstructionsUrl(String hostedInstructionsUrl) A link to a hosted page that guides your customer through completing the transfer.voidsetReference(String reference) A string identifying this payment.voidType of bank transferMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-