payments
Toggle table of contents
0.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
payments
payments
/
com.inttegro.payments
/
PaymentSheetSession
/
Documents
Documents
data
class
Documents
(
val
invoiceUrl
:
String
?
=
null
,
val
receiptUrl
:
String
?
=
null
)
Documents that Checkout made available after payment completed.
Members
Constructors
Documents
Link copied to clipboard
constructor
(
invoiceUrl
:
String
?
=
null
,
receiptUrl
:
String
?
=
null
)
Properties
invoice
Url
Link copied to clipboard
val
invoiceUrl
:
String
?
receipt
Url
Link copied to clipboard
val
receiptUrl
:
String
?
Functions
merging
Link copied to clipboard
fun
merging
(
newer
:
PaymentSheetSession.Documents
)
:
PaymentSheetSession.Documents