VenmoRequest

constructor(    paymentMethodUsage: VenmoPaymentMethodUsage,     lineItems: ArrayList<VenmoLineItem>? = null,     shouldVault: Boolean = false,     profileId: String? = null,     displayName: String? = null,     collectCustomerShippingAddress: Boolean = false,     collectCustomerBillingAddress: Boolean = false,     totalAmount: String? = null,     subTotalAmount: String? = null,     discountAmount: String? = null,     taxAmount: String? = null,     shippingAmount: String? = null,     isFinalAmount: Boolean = false)