Package com.stripe.model
Class PaymentIntent.NextActionDisplayBankTransferInstructions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextActionDisplayBankTransferInstructions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
PaymentIntent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
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.NextActionDisplayBankTransferInstructions.FinancialAddresses> 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
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
NextActionDisplayBankTransferInstructions
public NextActionDisplayBankTransferInstructions()
-
-
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.NextActionDisplayBankTransferInstructions.FinancialAddresses> 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, ormx_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.NextActionDisplayBankTransferInstructions.FinancialAddresses> 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, ormx_bank_transfer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-