Package com.stripe.model
Class PaymentIntent.NextAction.MultibancoDisplayDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.MultibancoDisplayDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
For more details about MultibancoDisplayDetails, 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 booleanbooleanEntity number associated with this Multibanco payment.The timestamp at which the Multibanco voucher expires.The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher.Reference number associated with this Multibanco payment.inthashCode()voidEntity number associated with this Multibanco payment.voidsetExpiresAt(Long expiresAt) The timestamp at which the Multibanco voucher expires.voidsetHostedVoucherUrl(String hostedVoucherUrl) The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher.voidsetReference(String reference) Reference number associated with this Multibanco payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MultibancoDisplayDetails
public MultibancoDisplayDetails()
-
-
Method Details
-
getEntity
Entity number associated with this Multibanco payment. -
getExpiresAt
The timestamp at which the Multibanco voucher expires. -
getHostedVoucherUrl
The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher. -
getReference
Reference number associated with this Multibanco payment. -
setEntity
Entity number associated with this Multibanco payment. -
setExpiresAt
The timestamp at which the Multibanco voucher expires. -
setHostedVoucherUrl
The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher. -
setReference
Reference number associated with this Multibanco payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-