| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1PaymentItemization |
V1PaymentItemization.Builder.build()
Builds a new
V1PaymentItemization object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<V1PaymentItemization> |
V1Payment.getItemizations()
Getter for Itemizations.
|
| Modifier and Type | Method and Description |
|---|---|
V1Payment.Builder |
V1Payment.Builder.itemizations(List<V1PaymentItemization> itemizations)
Setter for itemizations.
|
| Constructor and Description |
|---|
V1Payment(String id,
String merchantId,
String createdAt,
String creatorId,
Device device,
String paymentUrl,
String receiptUrl,
V1Money inclusiveTaxMoney,
V1Money additiveTaxMoney,
V1Money taxMoney,
V1Money tipMoney,
V1Money discountMoney,
V1Money totalCollectedMoney,
V1Money processingFeeMoney,
V1Money netTotalMoney,
V1Money refundedMoney,
V1Money swedishRoundingMoney,
V1Money grossSalesMoney,
V1Money netSalesMoney,
List<V1PaymentTax> inclusiveTax,
List<V1PaymentTax> additiveTax,
List<V1Tender> tender,
List<V1Refund> refunds,
List<V1PaymentItemization> itemizations,
V1Money surchargeMoney,
List<V1PaymentSurcharge> surcharges,
Boolean isPartial)
Initialization constructor.
|
Copyright © 2022. All rights reserved.