PayPalLineItem
constructor(@NonNull kind: String, @NonNull name: String, @NonNull quantity: String, @NonNull unitAmount: String)
Constructs a line item for PayPal checkout flows. All parameters are required.
Parameters
kind
The PayPalLineItemKind kind.
name
The name of the item to display.
quantity
The quantity of the item.
unitAmount
The unit amount.