Square.Connect.Model.V1Refund

July 10, 2019 ยท View on GitHub

Description

V1Refund

Properties

NameTypeDescriptionNotes
TypestringThe type of refund See V1RefundType for possible values[optional]
ReasonstringThe merchant-specified reason for the refund.[optional]
RefundedMoneyV1MoneyThe amount of money refunded. This amount is always negative.[optional]
RefundedProcessingFeeMoneyV1MoneyThe amount of processing fee money refunded. This amount is always positive.[optional]
RefundedTaxMoneyV1MoneyThe total amount of tax money refunded. This amount is always negative.[optional]
RefundedAdditiveTaxMoneyV1MoneyThe amount of additive tax money refunded. This amount is always negative.[optional]
RefundedAdditiveTaxList<V1PaymentTax>All of the additive taxes associated with the refund.[optional]
RefundedInclusiveTaxMoneyV1MoneyThe amount of inclusive tax money refunded. This amount is always negative.[optional]
RefundedInclusiveTaxList<V1PaymentTax>All of the inclusive taxes associated with the refund.[optional]
RefundedTipMoneyV1MoneyThe amount of tip money refunded. This amount is always negative.[optional]
RefundedDiscountMoneyV1MoneyThe amount of discount money refunded. This amount is always positive.[optional]
RefundedSurchargeMoneyV1MoneyThe amount of surcharge money refunded. This amount is always negative.[optional]
RefundedSurchargesList<V1PaymentSurcharge>A list of all surcharges associated with the refund.[optional]
CreatedAtstringThe time when the merchant initiated the refund for Square to process, in ISO 8601 format.[optional]
ProcessedAtstringThe time when Square processed the refund on behalf of the merchant, in ISO 8601 format.[optional]
PaymentIdstringA Square-issued ID associated with the refund. For single-tender refunds, payment_id is the ID of the original payment ID. For split-tender refunds, payment_id is the ID of the original tender. For exchange-based refunds (is_exchange == true), payment_id is the ID of the original payment ID even if the payment includes other tenders.[optional]
MerchantIdstring[optional]
IsExchangebool?Indicates whether or not the refund is associated with an exchange. If is_exchange is true, the refund reflects the value of goods returned in the exchange not the total money refunded.[optional]

[Back to Model list] [Back to API list] [Back to README]