| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Device |
Device.Builder.build()
Builds a new
Device object using the set fields. |
Device |
V1Payment.getDevice()
Getter for Device.
|
| Modifier and Type | Method and Description |
|---|---|
V1Payment.Builder |
V1Payment.Builder.device(Device device)
Setter for device.
|
| 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.