| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
V1PaymentTax |
V1PaymentTax.Builder.build()
Builds a new
V1PaymentTax object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<V1PaymentTax> |
V1Payment.getAdditiveTax()
Getter for AdditiveTax.
|
List<V1PaymentTax> |
V1Payment.getInclusiveTax()
Getter for InclusiveTax.
|
List<V1PaymentTax> |
V1Refund.getRefundedAdditiveTax()
Getter for RefundedAdditiveTax.
|
List<V1PaymentTax> |
V1Refund.getRefundedInclusiveTax()
Getter for RefundedInclusiveTax.
|
List<V1PaymentTax> |
V1PaymentItemization.getTaxes()
Getter for Taxes.
|
List<V1PaymentTax> |
V1PaymentSurcharge.getTaxes()
Getter for Taxes.
|
| Modifier and Type | Method and Description |
|---|---|
V1Payment.Builder |
V1Payment.Builder.additiveTax(List<V1PaymentTax> additiveTax)
Setter for additiveTax.
|
V1Payment.Builder |
V1Payment.Builder.inclusiveTax(List<V1PaymentTax> inclusiveTax)
Setter for inclusiveTax.
|
V1Refund.Builder |
V1Refund.Builder.refundedAdditiveTax(List<V1PaymentTax> refundedAdditiveTax)
Setter for refundedAdditiveTax.
|
V1Refund.Builder |
V1Refund.Builder.refundedInclusiveTax(List<V1PaymentTax> refundedInclusiveTax)
Setter for refundedInclusiveTax.
|
V1PaymentItemization.Builder |
V1PaymentItemization.Builder.taxes(List<V1PaymentTax> taxes)
Setter for taxes.
|
V1PaymentSurcharge.Builder |
V1PaymentSurcharge.Builder.taxes(List<V1PaymentTax> taxes)
Setter for taxes.
|
| 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.
|
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.
|
V1PaymentItemization(String name,
Double quantity,
String itemizationType,
V1PaymentItemDetail itemDetail,
String notes,
String itemVariationName,
V1Money totalMoney,
V1Money singleQuantityMoney,
V1Money grossSalesMoney,
V1Money discountMoney,
V1Money netSalesMoney,
List<V1PaymentTax> taxes,
List<V1PaymentDiscount> discounts,
List<V1PaymentModifier> modifiers)
Initialization constructor.
|
V1PaymentSurcharge(String name,
V1Money appliedMoney,
String rate,
V1Money amountMoney,
String type,
Boolean taxable,
List<V1PaymentTax> taxes,
String surchargeId)
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.
|
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 © 2022. All rights reserved.