| Name | Type | Description | Notes | | ———— | ————- | ————- | ————- | | paymentId | kotlin.Long | A unique numeric ID for a payment to a specific Etsy shop. | [optional] | | buyerUserId | kotlin.Long | The numeric ID for the user who paid the purchase. | [optional] | | shopId | kotlin.Long | The unique positive non-zero numeric ID for an Etsy Shop. | [optional] | | receiptId | kotlin.Long | The numeric ID for the receipt associated to this transaction. | [optional] | | amountGross | Money | An integer equal to gross amount of the order, in pennies, including shipping and taxes. | [optional] | | amountFees | Money | An integer equal to the original card processing fee of the order in pennies. | [optional] | | amountNet | Money | An integer equal to the payment value, in pennies, less fees (`amount_gross` - `amount_fees`). | [optional] | | postedGross | Money | The total gross value of the payment posted once the purchase ships. This is equal to the `amount_gross` UNLESS the seller issues a refund prior to shipping. We consider \"shipping\" to be the event which \"posts\" to the ledger. Therefore, if the seller refunds first, we reduce the `amount_gross` first and post then that amount. The seller never sees the refunded amount in their ledger. This is equal to the \"Credit\" amount in the ledger entry. | [optional] | | postedFees | Money | The total value of the fees posted once the purchase ships. Etsy refunds a proportional amount of the fees when a seller refunds a buyer. When the seller issues a refund prior to shipping, the posted amount is less then the original. | [optional] | | postedNet | Money | The total value of the payment at the time of posting, less fees. (`posted_gross` - `posted_fees`) | [optional] | | adjustedGross | Money | The gross payment amount after the seller refunds a payment, partially or fully. | [optional] | | adjustedFees | Money | The new fee amount after a seller refunds a payment, partially or fully. | [optional] | | adjustedNet | Money | The total value of the payment after refunds, less fees (`adjusted_gross` - `adjusted_fees`). | [optional] | | currency | kotlin.String | The ISO (alphabetic) code string for the payment's currency. | [optional] | | shopCurrency | kotlin.String | The ISO (alphabetic) code for the shop's currency. The shop displays all prices in this currency by default. | [optional] | | buyerCurrency | kotlin.String | The currency string of the buyer. | [optional] | | shippingUserId | kotlin.Long | The numeric ID of the user to which the seller ships the order. | [optional] | | shippingAddressId | kotlin.Long | The numeric id identifying the shipping address. | [optional] | | billingAddressId | kotlin.Int | The numeric ID identifying the billing address of the buyer. | [optional] | | status | kotlin.String | A string indicating the current status of the payment, most commonly \"settled\" or \"authed\". | [optional] | | shippedTimestamp | kotlin.Int | The transaction's shipping date and time, in epoch seconds. | [optional] | | createTimestamp | kotlin.Int | The transaction's creation date and time, in epoch seconds. | [optional] | | createdTimestamp | kotlin.Int | The transaction's creation date and time, in epoch seconds. | [optional] | | updateTimestamp | kotlin.Int | The date and time of the last change to the payment adjustment in epoch seconds. | [optional] | | updatedTimestamp | kotlin.Int | The date and time of the last change to the payment adjustment in epoch seconds. | [optional] | | paymentAdjustments | kotlin.collections.List<PaymentAdjustment> | List of refund objects on an Etsy Payments transaction. All monetary amounts are in USD pennies unless otherwise specified. | [optional] |