| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1Refund |
DefaultV1TransactionsApi.createRefund(String locationId,
V1CreateRefundRequest body)
Deprecated.
|
V1Refund |
V1TransactionsApi.createRefund(String locationId,
V1CreateRefundRequest body)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<V1Refund> |
DefaultV1TransactionsApi.createRefundAsync(String locationId,
V1CreateRefundRequest body)
Deprecated.
|
CompletableFuture<V1Refund> |
V1TransactionsApi.createRefundAsync(String locationId,
V1CreateRefundRequest body)
Deprecated.
|
List<V1Refund> |
DefaultV1TransactionsApi.listRefunds(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String batchToken)
Deprecated.
|
List<V1Refund> |
V1TransactionsApi.listRefunds(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String batchToken)
Deprecated.
|
CompletableFuture<List<V1Refund>> |
DefaultV1TransactionsApi.listRefundsAsync(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String batchToken)
Deprecated.
|
CompletableFuture<List<V1Refund>> |
V1TransactionsApi.listRefundsAsync(String locationId,
String order,
String beginTime,
String endTime,
Integer limit,
String batchToken)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1Refund |
V1Refund.Builder.build()
Builds a new
V1Refund object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<V1Refund> |
V1ListRefundsResponse.getItems()
Getter for Items.
|
List<V1Refund> |
V1Payment.getRefunds()
Getter for Refunds.
|
| Modifier and Type | Method and Description |
|---|---|
V1ListRefundsResponse.Builder |
V1ListRefundsResponse.Builder.items(List<V1Refund> items)
Setter for items.
|
V1Payment.Builder |
V1Payment.Builder.refunds(List<V1Refund> refunds)
Setter for refunds.
|
| Constructor and Description |
|---|
V1ListRefundsResponse(List<V1Refund> items)
Initialization constructor.
|
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.