interface ListRefundsResponse {
    refunds: RefundSummary[];
    totalCount: number;
}

Properties

Properties

refunds: RefundSummary[]
totalCount: number