CloverConnector  4.0.0
Copyright (C) 2018 Clover Network, Inc.
com.clover.sdk.v3.payments.LineItemPayment Class Reference

Properties

String id [get, set]
 Unique identifier; TBD this is confusing because it's used as either line item id or payment id More...
 
com.clover.sdk.v3.base_.Reference lineItemRef [get, set]
 The line item with which the line item payment is associated More...
 
com.clover.sdk.v3.base_.Reference paymentRef [get, set]
 The payment with which the line item payment is associated More...
 
Int64 percentage [get, set]
 Percent of this line item covered by this payment More...
 
String binName [get, set]
 Bin this line item payment was for More...
 
Boolean refunded [get, set]
 Payment has been refunded More...
 

Detailed Description

Definition at line 27 of file LineItemPayment.cs.

Property Documentation

◆ binName

String com.clover.sdk.v3.payments.LineItemPayment.binName
getset

Bin this line item payment was for

Definition at line 52 of file LineItemPayment.cs.

◆ id

String com.clover.sdk.v3.payments.LineItemPayment.id
getset

Unique identifier; TBD this is confusing because it's used as either line item id or payment id

Definition at line 32 of file LineItemPayment.cs.

◆ lineItemRef

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.payments.LineItemPayment.lineItemRef
getset

The line item with which the line item payment is associated

Definition at line 37 of file LineItemPayment.cs.

◆ paymentRef

com.clover.sdk.v3.base_.Reference com.clover.sdk.v3.payments.LineItemPayment.paymentRef
getset

The payment with which the line item payment is associated

Definition at line 42 of file LineItemPayment.cs.

◆ percentage

Int64 com.clover.sdk.v3.payments.LineItemPayment.percentage
getset

Percent of this line item covered by this payment

Definition at line 47 of file LineItemPayment.cs.

◆ refunded

Boolean com.clover.sdk.v3.payments.LineItemPayment.refunded
getset

Payment has been refunded

Definition at line 57 of file LineItemPayment.cs.


The documentation for this class was generated from the following file: