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
The payment code.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Entity 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.int
hashCode()
void
Entity number associated with this Multibanco payment.void
setExpiresAt
(Long expiresAt) The timestamp at which the Multibanco voucher expires.void
setHostedVoucherUrl
(String hostedVoucherUrl) The URL for the hosted Multibanco voucher page, which allows customers to view a Multibanco voucher.void
setReference
(String reference) Reference number associated with this Multibanco payment.Methods inherited from class com.stripe.model.StripeObject
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()
-