toggle menu
braintree_android
4.47.0
androidJvm
switch theme
search in API
Venmo
/
com.braintreepayments.api
/
VenmoLineItem
Venmo
Line
Item
open
class
VenmoLineItem
:
Parcelable
Members
Constructors
Venmo
Line
Item
Link copied to clipboard
constructor
(
@
NonNull
kind
:
String
,
@
NonNull
name
:
String
,
@
NonNull
quantity
:
Integer
,
@
NonNull
unitAmount
:
String
)
Constructs a line item for Venmo checkout flows.
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
VenmoLineItem
>
description
Link copied to clipboard
@get:
Nullable
open
var
description
:
String
kind
Link copied to clipboard
@get:
Nullable
open
var
kind
:
String
KIND_CREDIT
Link copied to clipboard
val
KIND_CREDIT
:
String
=
"CREDIT"
KIND_DEBIT
Link copied to clipboard
val
KIND_DEBIT
:
String
=
"DEBIT"
name
Link copied to clipboard
@get:
Nullable
open
var
name
:
String
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
product
Code
Link copied to clipboard
@get:
Nullable
open
var
productCode
:
String
quantity
Link copied to clipboard
@get:
Nullable
open
var
quantity
:
Integer
unit
Amount
Link copied to clipboard
@get:
Nullable
open
var
unitAmount
:
String
unit
Tax
Amount
Link copied to clipboard
@get:
Nullable
open
var
unitTaxAmount
:
String
url
Link copied to clipboard
@get:
Nullable
open
var
url
:
String
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
to
Json
Link copied to clipboard
open
fun
toJson
(
)
:
JSONObject
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
parcel
:
Parcel
,
i
:
Int
)