Package com.stripe.model
Class PaymentIntent.NextAction.BoletoDisplayDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.NextAction.BoletoDisplayDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent.NextAction
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The timestamp after which the boleto expires.The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.The boleto number.getPdf()
The URL to the downloadable boleto voucher PDF.int
hashCode()
void
setExpiresAt
(Long expiresAt) The timestamp after which the boleto expires.void
setHostedVoucherUrl
(String hostedVoucherUrl) The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher.void
The boleto number.void
The URL to the downloadable boleto voucher PDF.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BoletoDisplayDetails
public BoletoDisplayDetails()
-
-
Method Details
-
getExpiresAt
The timestamp after which the boleto expires. -
getHostedVoucherUrl
The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher. -
getNumber
The boleto number. -
getPdf
The URL to the downloadable boleto voucher PDF. -
setExpiresAt
The timestamp after which the boleto expires. -
setHostedVoucherUrl
The URL to the hosted boleto voucher page, which allows customers to view the boleto voucher. -
setNumber
The boleto number. -
setPdf
The URL to the downloadable boleto voucher PDF. -
equals
-
canEqual
-
hashCode
public int hashCode()
-