stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsPayoutSummary

AdminTypes.ShopifyPaymentsPayoutSummary interface

Breakdown of the total fees and gross of each of the different types of transactions associated with the payout.

Signature:

export interface ShopifyPaymentsPayoutSummary 

Properties

Property Modifiers Type Description
adjustmentsFee   MoneyV2 Total fees for all adjustments including disputes.
adjustmentsGross   MoneyV2 Total gross amount for all adjustments including disputes.
chargesFee   MoneyV2 Total fees for all charges.
chargesGross   MoneyV2 Total gross amount for all charges.
refundsFee   MoneyV2 Total fees for all refunds.
refundsFeeGross   MoneyV2 Total gross amount for all refunds.
reservedFundsFee   MoneyV2 Total fees for all reserved funds.
reservedFundsGross   MoneyV2 Total gross amount for all reserved funds.
retriedPayoutsFee   MoneyV2 Total fees for all retried payouts.
retriedPayoutsGross   MoneyV2 Total gross amount for all retried payouts.