Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 3.24 KB

V1Payment.md

File metadata and controls

34 lines (29 loc) · 3.24 KB

Square.Connect.Model.V1Payment

Properties

Name Type Description Notes
Id string The payment's unique identifier. [optional]
MerchantId string The unique identifier of the merchant that took the payment. [optional]
CreatedAt string The time when the payment was created, in ISO 8601 format. [optional]
CreatorId string The unique identifier of the Square account that took the payment. [optional]
Device Device The device that took the payment. [optional]
PaymentUrl string The URL of the payment's detail page in the merchant dashboard. The merchant must be signed in to the merchant dashboard to view this page. [optional]
ReceiptUrl string The URL of the receipt for the payment. Note that for split tender payments, this URL corresponds to the receipt for the first tender listed in the payment's tender field. Each Tender object has its own receipt_url field you can use to get the other receipts associated with a split tender payment. [optional]
InclusiveTaxMoney V1Money The sum of all inclusive taxes associated with the payment. [optional]
AdditiveTaxMoney V1Money The sum of all additive taxes associated with the payment. [optional]
TaxMoney V1Money The total of all taxes applied to the payment. This is always the sum of inclusive_tax_money and additive_tax_money. [optional]
TipMoney V1Money The total of all tips applied to the payment. [optional]
DiscountMoney V1Money The total of all discounts applied to the payment. [optional]
TotalCollectedMoney V1Money The total of all discounts applied to the payment. [optional]
ProcessingFeeMoney V1Money The total of all processing fees collected by Square for the payment. [optional]
NetTotalMoney V1Money The amount to be deposited into the merchant's bank account for the payment. [optional]
RefundedMoney V1Money The total of all refunds applied to the payment. [optional]
SwedishRoundingMoney V1Money [optional]
GrossSalesMoney V1Money [optional]
NetSalesMoney V1Money [optional]
InclusiveTax List<V1PaymentTax> All of the inclusive taxes associated with the payment. [optional]
AdditiveTax List<V1PaymentTax> All of the additive taxes associated with the payment. [optional]
Tender List<V1Tender> All of the additive taxes associated with the payment. [optional]
Refunds List<V1Refund> All of the refunds applied to the payment. [optional]
Itemizations List<V1PaymentItemization> The items purchased in the payment. [optional]

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