VenmoLineItem

constructor(@NonNull kind: String, @NonNull name: String, @NonNull quantity: Integer, @NonNull unitAmount: String)

Constructs a line item for Venmo checkout flows. All parameters are required.

Parameters

kind
name

The name of the item to display.

quantity

The quantity of the item.

unitAmount

The unit amount.