| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1PaymentSurcharge |
V1PaymentSurcharge.Builder.build()
Builds a new
V1PaymentSurcharge object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<V1PaymentSurcharge> |
V1Refund.getRefundedSurcharges()
Getter for RefundedSurcharges.
|
List<V1PaymentSurcharge> |
V1Payment.getSurcharges()
Getter for Surcharges.
|
protected io.apimatic.core.types.OptionalNullable<List<V1PaymentSurcharge>> |
V1Refund.internalGetRefundedSurcharges()
Internal Getter for RefundedSurcharges.
|
protected io.apimatic.core.types.OptionalNullable<List<V1PaymentSurcharge>> |
V1Payment.internalGetSurcharges()
Internal Getter for Surcharges.
|
| Modifier and Type | Method and Description |
|---|---|
V1Refund.Builder |
V1Refund.Builder.refundedSurcharges(List<V1PaymentSurcharge> refundedSurcharges)
Setter for refundedSurcharges.
|
V1Payment.Builder |
V1Payment.Builder.surcharges(List<V1PaymentSurcharge> surcharges)
Setter for surcharges.
|
| Constructor and Description |
|---|
V1Payment(String id,
io.apimatic.core.types.OptionalNullable<String> merchantId,
String createdAt,
io.apimatic.core.types.OptionalNullable<String> creatorId,
V1Device device,
io.apimatic.core.types.OptionalNullable<String> paymentUrl,
io.apimatic.core.types.OptionalNullable<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,
io.apimatic.core.types.OptionalNullable<List<V1PaymentTax>> inclusiveTax,
io.apimatic.core.types.OptionalNullable<List<V1PaymentTax>> additiveTax,
io.apimatic.core.types.OptionalNullable<List<V1Tender>> tender,
io.apimatic.core.types.OptionalNullable<List<V1Refund>> refunds,
io.apimatic.core.types.OptionalNullable<List<V1PaymentItemization>> itemizations,
V1Money surchargeMoney,
io.apimatic.core.types.OptionalNullable<List<V1PaymentSurcharge>> surcharges,
io.apimatic.core.types.OptionalNullable<Boolean> isPartial)
Initialization constructor.
|
V1Payment(String id,
String merchantId,
String createdAt,
String creatorId,
V1Device 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.
|
V1Refund(String type,
io.apimatic.core.types.OptionalNullable<String> reason,
V1Money refundedMoney,
V1Money refundedProcessingFeeMoney,
V1Money refundedTaxMoney,
V1Money refundedAdditiveTaxMoney,
io.apimatic.core.types.OptionalNullable<List<V1PaymentTax>> refundedAdditiveTax,
V1Money refundedInclusiveTaxMoney,
io.apimatic.core.types.OptionalNullable<List<V1PaymentTax>> refundedInclusiveTax,
V1Money refundedTipMoney,
V1Money refundedDiscountMoney,
V1Money refundedSurchargeMoney,
io.apimatic.core.types.OptionalNullable<List<V1PaymentSurcharge>> refundedSurcharges,
String createdAt,
io.apimatic.core.types.OptionalNullable<String> processedAt,
io.apimatic.core.types.OptionalNullable<String> paymentId,
io.apimatic.core.types.OptionalNullable<String> merchantId,
io.apimatic.core.types.OptionalNullable<Boolean> isExchange)
Initialization constructor.
|
V1Refund(String type,
String reason,
V1Money refundedMoney,
V1Money refundedProcessingFeeMoney,
V1Money refundedTaxMoney,
V1Money refundedAdditiveTaxMoney,
List<V1PaymentTax> refundedAdditiveTax,
V1Money refundedInclusiveTaxMoney,
List<V1PaymentTax> refundedInclusiveTax,
V1Money refundedTipMoney,
V1Money refundedDiscountMoney,
V1Money refundedSurchargeMoney,
List<V1PaymentSurcharge> refundedSurcharges,
String createdAt,
String processedAt,
String paymentId,
String merchantId,
Boolean isExchange)
Initialization constructor.
|
Copyright © 2024. All rights reserved.