@sp-api-sdk/finances-api-v0 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/cjs/api-model/api/finances-api.js +0 -10
  2. package/dist/cjs/api-model/base.js +0 -19
  3. package/dist/cjs/api-model/common.js +0 -37
  4. package/dist/cjs/api-model/configuration.js +0 -17
  5. package/dist/es/api-model/api/finances-api.js +0 -10
  6. package/dist/es/api-model/base.js +0 -19
  7. package/dist/es/api-model/common.js +0 -37
  8. package/dist/es/api-model/configuration.js +0 -17
  9. package/dist/types/api-model/api/finances-api.d.ts +0 -50
  10. package/dist/types/api-model/base.d.ts +0 -24
  11. package/dist/types/api-model/common.d.ts +0 -37
  12. package/dist/types/api-model/configuration.d.ts +0 -17
  13. package/dist/types/api-model/models/adhoc-disbursement-event.d.ts +0 -13
  14. package/dist/types/api-model/models/adjustment-event.d.ts +0 -15
  15. package/dist/types/api-model/models/adjustment-item.d.ts +0 -24
  16. package/dist/types/api-model/models/affordability-expense-event.d.ts +0 -35
  17. package/dist/types/api-model/models/capacity-reservation-billing-event.d.ts +0 -13
  18. package/dist/types/api-model/models/charge-component.d.ts +0 -9
  19. package/dist/types/api-model/models/charge-instrument.d.ts +0 -11
  20. package/dist/types/api-model/models/charge-refund-event.d.ts +0 -10
  21. package/dist/types/api-model/models/charge-refund-transaction.d.ts +0 -9
  22. package/dist/types/api-model/models/coupon-payment-event.d.ts +0 -27
  23. package/dist/types/api-model/models/currency.d.ts +0 -6
  24. package/dist/types/api-model/models/debt-recovery-event.d.ts +0 -18
  25. package/dist/types/api-model/models/debt-recovery-item.d.ts +0 -16
  26. package/dist/types/api-model/models/direct-payment.d.ts +0 -9
  27. package/dist/types/api-model/models/failed-adhoc-disbursement-event.d.ts +0 -19
  28. package/dist/types/api-model/models/fbaliquidation-event.d.ts +0 -16
  29. package/dist/types/api-model/models/fee-component.d.ts +0 -9
  30. package/dist/types/api-model/models/financial-event-group.d.ts +0 -33
  31. package/dist/types/api-model/models/financial-events.d.ts +0 -68
  32. package/dist/types/api-model/models/imaging-services-fee-event.d.ts +0 -10
  33. package/dist/types/api-model/models/list-financial-event-groups-payload.d.ts +0 -6
  34. package/dist/types/api-model/models/list-financial-event-groups-response.d.ts +0 -9
  35. package/dist/types/api-model/models/list-financial-events-payload.d.ts +0 -9
  36. package/dist/types/api-model/models/list-financial-events-response.d.ts +0 -9
  37. package/dist/types/api-model/models/loan-servicing-event.d.ts +0 -9
  38. package/dist/types/api-model/models/model-error.d.ts +0 -8
  39. package/dist/types/api-model/models/network-commingling-transaction-event.d.ts +0 -24
  40. package/dist/types/api-model/models/pay-with-amazon-event.d.ts +0 -25
  41. package/dist/types/api-model/models/product-ads-payment-event.d.ts +0 -23
  42. package/dist/types/api-model/models/promotion.d.ts +0 -11
  43. package/dist/types/api-model/models/removal-shipment-adjustment-event.d.ts +0 -14
  44. package/dist/types/api-model/models/removal-shipment-event.d.ts +0 -14
  45. package/dist/types/api-model/models/removal-shipment-item-adjustment.d.ts +0 -25
  46. package/dist/types/api-model/models/removal-shipment-item.d.ts +0 -30
  47. package/dist/types/api-model/models/rental-transaction-event.d.ts +0 -28
  48. package/dist/types/api-model/models/retrocharge-event.d.ts +0 -22
  49. package/dist/types/api-model/models/safetreimbursement-event.d.ts +0 -15
  50. package/dist/types/api-model/models/safetreimbursement-item.d.ts +0 -8
  51. package/dist/types/api-model/models/seller-deal-payment-event.d.ts +0 -27
  52. package/dist/types/api-model/models/seller-review-enrollment-payment-event.d.ts +0 -23
  53. package/dist/types/api-model/models/service-fee-event.d.ts +0 -18
  54. package/dist/types/api-model/models/shipment-event.d.ts +0 -30
  55. package/dist/types/api-model/models/shipment-item.d.ts +0 -34
  56. package/dist/types/api-model/models/solution-provider-credit-event.d.ts +0 -25
  57. package/dist/types/api-model/models/tax-withheld-component.d.ts +0 -6
  58. package/dist/types/api-model/models/tax-withholding-event.d.ts +0 -19
  59. package/dist/types/api-model/models/tax-withholding-period.d.ts +0 -6
  60. package/dist/types/api-model/models/tdsreimbursement-event.d.ts +0 -11
  61. package/dist/types/api-model/models/trial-shipment-event.d.ts +0 -12
  62. package/dist/types/api-model/models/value-added-service-charge-event.d.ts +0 -13
  63. package/package.json +25 -4
@@ -14,56 +14,29 @@ import type { Currency } from './currency';
14
14
  import type { FeeComponent } from './fee-component';
15
15
  /**
16
16
  * An event related to coupon payments.
17
- * @export
18
- * @interface CouponPaymentEvent
19
17
  */
20
18
  export interface CouponPaymentEvent {
21
19
  /**
22
20
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
23
- * @type {string}
24
- * @memberof CouponPaymentEvent
25
21
  */
26
22
  'PostedDate'?: string;
27
23
  /**
28
24
  * A coupon identifier.
29
- * @type {string}
30
- * @memberof CouponPaymentEvent
31
25
  */
32
26
  'CouponId'?: string;
33
27
  /**
34
28
  * The description provided by the seller when they created the coupon.
35
- * @type {string}
36
- * @memberof CouponPaymentEvent
37
29
  */
38
30
  'SellerCouponDescription'?: string;
39
31
  /**
40
32
  * The number of coupon clips or redemptions.
41
- * @type {number}
42
- * @memberof CouponPaymentEvent
43
33
  */
44
34
  'ClipOrRedemptionCount'?: number;
45
35
  /**
46
36
  * A payment event identifier.
47
- * @type {string}
48
- * @memberof CouponPaymentEvent
49
37
  */
50
38
  'PaymentEventId'?: string;
51
- /**
52
- *
53
- * @type {FeeComponent}
54
- * @memberof CouponPaymentEvent
55
- */
56
39
  'FeeComponent'?: FeeComponent;
57
- /**
58
- *
59
- * @type {ChargeComponent}
60
- * @memberof CouponPaymentEvent
61
- */
62
40
  'ChargeComponent'?: ChargeComponent;
63
- /**
64
- *
65
- * @type {Currency}
66
- * @memberof CouponPaymentEvent
67
- */
68
41
  'TotalAmount'?: Currency;
69
42
  }
@@ -11,20 +11,14 @@
11
11
  */
12
12
  /**
13
13
  * A currency type and amount.
14
- * @export
15
- * @interface Currency
16
14
  */
17
15
  export interface Currency {
18
16
  /**
19
17
  * The three-digit currency code in ISO 4217 format.
20
- * @type {string}
21
- * @memberof Currency
22
18
  */
23
19
  'CurrencyCode'?: string;
24
20
  /**
25
21
  * Fields with a schema type of BigDecimal are a signed decimal number (for example CurrencyAmount).
26
- * @type {number}
27
- * @memberof Currency
28
22
  */
29
23
  'CurrencyAmount'?: number;
30
24
  }
@@ -14,38 +14,20 @@ import type { Currency } from './currency';
14
14
  import type { DebtRecoveryItem } from './debt-recovery-item';
15
15
  /**
16
16
  * A debt payment or debt adjustment.
17
- * @export
18
- * @interface DebtRecoveryEvent
19
17
  */
20
18
  export interface DebtRecoveryEvent {
21
19
  /**
22
20
  * The debt recovery type. Possible values: * DebtPayment * DebtPaymentFailure * DebtAdjustment
23
- * @type {string}
24
- * @memberof DebtRecoveryEvent
25
21
  */
26
22
  'DebtRecoveryType'?: string;
27
- /**
28
- *
29
- * @type {Currency}
30
- * @memberof DebtRecoveryEvent
31
- */
32
23
  'RecoveryAmount'?: Currency;
33
- /**
34
- *
35
- * @type {Currency}
36
- * @memberof DebtRecoveryEvent
37
- */
38
24
  'OverPaymentCredit'?: Currency;
39
25
  /**
40
26
  * A list of debt recovery item information.
41
- * @type {Array<DebtRecoveryItem>}
42
- * @memberof DebtRecoveryEvent
43
27
  */
44
28
  'DebtRecoveryItemList'?: Array<DebtRecoveryItem>;
45
29
  /**
46
30
  * A list of payment instruments.
47
- * @type {Array<ChargeInstrument>}
48
- * @memberof DebtRecoveryEvent
49
31
  */
50
32
  'ChargeInstrumentList'?: Array<ChargeInstrument>;
51
33
  }
@@ -12,32 +12,16 @@
12
12
  import type { Currency } from './currency';
13
13
  /**
14
14
  * An item of a debt payment or debt adjustment.
15
- * @export
16
- * @interface DebtRecoveryItem
17
15
  */
18
16
  export interface DebtRecoveryItem {
19
- /**
20
- *
21
- * @type {Currency}
22
- * @memberof DebtRecoveryItem
23
- */
24
17
  'RecoveryAmount'?: Currency;
25
- /**
26
- *
27
- * @type {Currency}
28
- * @memberof DebtRecoveryItem
29
- */
30
18
  'OriginalAmount'?: Currency;
31
19
  /**
32
20
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
33
- * @type {string}
34
- * @memberof DebtRecoveryItem
35
21
  */
36
22
  'GroupBeginDate'?: string;
37
23
  /**
38
24
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
39
- * @type {string}
40
- * @memberof DebtRecoveryItem
41
25
  */
42
26
  'GroupEndDate'?: string;
43
27
  }
@@ -12,20 +12,11 @@
12
12
  import type { Currency } from './currency';
13
13
  /**
14
14
  * A payment made directly to a seller.
15
- * @export
16
- * @interface DirectPayment
17
15
  */
18
16
  export interface DirectPayment {
19
17
  /**
20
18
  * The type of payment. Possible values: * StoredValueCardRevenue - The amount that is deducted from the seller\'s account because the seller received money through a stored value card. * StoredValueCardRefund - The amount that Amazon returns to the seller if the order that is bought using a stored value card is refunded. * PrivateLabelCreditCardRevenue - The amount that is deducted from the seller\'s account because the seller received money through a private label credit card offered by Amazon. * PrivateLabelCreditCardRefund - The amount that Amazon returns to the seller if the order that is bought using a private label credit card offered by Amazon is refunded. * CollectOnDeliveryRevenue - The COD amount that the seller collected directly from the buyer. * CollectOnDeliveryRefund - The amount that Amazon refunds to the buyer if an order paid for by COD is refunded.
21
- * @type {string}
22
- * @memberof DirectPayment
23
19
  */
24
20
  'DirectPaymentType'?: string;
25
- /**
26
- *
27
- * @type {Currency}
28
- * @memberof DirectPayment
29
- */
30
21
  'DirectPaymentAmount'?: Currency;
31
22
  }
@@ -12,50 +12,31 @@
12
12
  import type { Currency } from './currency';
13
13
  /**
14
14
  * Failed ad hoc disbursement event list.
15
- * @export
16
- * @interface FailedAdhocDisbursementEvent
17
15
  */
18
16
  export interface FailedAdhocDisbursementEvent {
19
17
  /**
20
18
  * The type of fund transfer. Example \"Refund\"
21
- * @type {string}
22
- * @memberof FailedAdhocDisbursementEvent
23
19
  */
24
20
  'FundsTransfersType'?: string;
25
21
  /**
26
22
  * The transfer identifier.
27
- * @type {string}
28
- * @memberof FailedAdhocDisbursementEvent
29
23
  */
30
24
  'TransferId'?: string;
31
25
  /**
32
26
  * The disbursement identifier.
33
- * @type {string}
34
- * @memberof FailedAdhocDisbursementEvent
35
27
  */
36
28
  'DisbursementId'?: string;
37
29
  /**
38
30
  * The type of payment for disbursement. Example `CREDIT_CARD`
39
- * @type {string}
40
- * @memberof FailedAdhocDisbursementEvent
41
31
  */
42
32
  'PaymentDisbursementType'?: string;
43
33
  /**
44
34
  * The status of the failed `AdhocDisbursement`. Example `HARD_DECLINED`
45
- * @type {string}
46
- * @memberof FailedAdhocDisbursementEvent
47
35
  */
48
36
  'Status'?: string;
49
- /**
50
- *
51
- * @type {Currency}
52
- * @memberof FailedAdhocDisbursementEvent
53
- */
54
37
  'TransferAmount'?: Currency;
55
38
  /**
56
39
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
57
- * @type {string}
58
- * @memberof FailedAdhocDisbursementEvent
59
40
  */
60
41
  'PostedDate'?: string;
61
42
  }
@@ -12,32 +12,16 @@
12
12
  import type { Currency } from './currency';
13
13
  /**
14
14
  * A payment event for Fulfillment by Amazon (FBA) inventory liquidation. This event is used only in the US marketplace.
15
- * @export
16
- * @interface FBALiquidationEvent
17
15
  */
18
16
  export interface FBALiquidationEvent {
19
17
  /**
20
18
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
21
- * @type {string}
22
- * @memberof FBALiquidationEvent
23
19
  */
24
20
  'PostedDate'?: string;
25
21
  /**
26
22
  * The identifier for the original removal order.
27
- * @type {string}
28
- * @memberof FBALiquidationEvent
29
23
  */
30
24
  'OriginalRemovalOrderId'?: string;
31
- /**
32
- *
33
- * @type {Currency}
34
- * @memberof FBALiquidationEvent
35
- */
36
25
  'LiquidationProceedsAmount'?: Currency;
37
- /**
38
- *
39
- * @type {Currency}
40
- * @memberof FBALiquidationEvent
41
- */
42
26
  'LiquidationFeeAmount'?: Currency;
43
27
  }
@@ -12,20 +12,11 @@
12
12
  import type { Currency } from './currency';
13
13
  /**
14
14
  * A fee associated with the event.
15
- * @export
16
- * @interface FeeComponent
17
15
  */
18
16
  export interface FeeComponent {
19
17
  /**
20
18
  * The type of fee. For more information about Selling on Amazon fees, see [Selling on Amazon Fee Schedule](https://sellercentral.amazon.com/gp/help/200336920) on Seller Central. For more information about Fulfillment by Amazon fees, see [FBA features, services and fees](https://sellercentral.amazon.com/gp/help/201074400) on Seller Central.
21
- * @type {string}
22
- * @memberof FeeComponent
23
19
  */
24
20
  'FeeType'?: string;
25
- /**
26
- *
27
- * @type {Currency}
28
- * @memberof FeeComponent
29
- */
30
21
  'FeeAmount'?: Currency;
31
22
  }
@@ -12,74 +12,41 @@
12
12
  import type { Currency } from './currency';
13
13
  /**
14
14
  * Information related to a financial event group.
15
- * @export
16
- * @interface FinancialEventGroup
17
15
  */
18
16
  export interface FinancialEventGroup {
19
17
  /**
20
18
  * A unique identifier for the financial event group.
21
- * @type {string}
22
- * @memberof FinancialEventGroup
23
19
  */
24
20
  'FinancialEventGroupId'?: string;
25
21
  /**
26
22
  * The processing status of the financial event group indicates whether the balance of the financial event group is settled. Possible values: * Open * Closed
27
- * @type {string}
28
- * @memberof FinancialEventGroup
29
23
  */
30
24
  'ProcessingStatus'?: string;
31
25
  /**
32
26
  * The status of the fund transfer.
33
- * @type {string}
34
- * @memberof FinancialEventGroup
35
27
  */
36
28
  'FundTransferStatus'?: string;
37
- /**
38
- *
39
- * @type {Currency}
40
- * @memberof FinancialEventGroup
41
- */
42
29
  'OriginalTotal'?: Currency;
43
- /**
44
- *
45
- * @type {Currency}
46
- * @memberof FinancialEventGroup
47
- */
48
30
  'ConvertedTotal'?: Currency;
49
31
  /**
50
32
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
51
- * @type {string}
52
- * @memberof FinancialEventGroup
53
33
  */
54
34
  'FundTransferDate'?: string;
55
35
  /**
56
36
  * The trace identifier used by sellers to look up transactions externally.
57
- * @type {string}
58
- * @memberof FinancialEventGroup
59
37
  */
60
38
  'TraceId'?: string;
61
39
  /**
62
40
  * The account tail of the payment instrument.
63
- * @type {string}
64
- * @memberof FinancialEventGroup
65
41
  */
66
42
  'AccountTail'?: string;
67
- /**
68
- *
69
- * @type {Currency}
70
- * @memberof FinancialEventGroup
71
- */
72
43
  'BeginningBalance'?: Currency;
73
44
  /**
74
45
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
75
- * @type {string}
76
- * @memberof FinancialEventGroup
77
46
  */
78
47
  'FinancialEventGroupStart'?: string;
79
48
  /**
80
49
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
81
- * @type {string}
82
- * @memberof FinancialEventGroup
83
50
  */
84
51
  'FinancialEventGroupEnd'?: string;
85
52
  }
@@ -39,206 +39,138 @@ import type { TrialShipmentEvent } from './trial-shipment-event';
39
39
  import type { ValueAddedServiceChargeEvent } from './value-added-service-charge-event';
40
40
  /**
41
41
  * Contains all information related to a financial event.
42
- * @export
43
- * @interface FinancialEvents
44
42
  */
45
43
  export interface FinancialEvents {
46
44
  /**
47
45
  * A list of shipment event information.
48
- * @type {Array<ShipmentEvent>}
49
- * @memberof FinancialEvents
50
46
  */
51
47
  'ShipmentEventList'?: Array<ShipmentEvent>;
52
48
  /**
53
49
  * A list of `ShipmentEvent` items.
54
- * @type {Array<ShipmentEvent>}
55
- * @memberof FinancialEvents
56
50
  */
57
51
  'ShipmentSettleEventList'?: Array<ShipmentEvent>;
58
52
  /**
59
53
  * A list of shipment event information.
60
- * @type {Array<ShipmentEvent>}
61
- * @memberof FinancialEvents
62
54
  */
63
55
  'RefundEventList'?: Array<ShipmentEvent>;
64
56
  /**
65
57
  * A list of shipment event information.
66
- * @type {Array<ShipmentEvent>}
67
- * @memberof FinancialEvents
68
58
  */
69
59
  'GuaranteeClaimEventList'?: Array<ShipmentEvent>;
70
60
  /**
71
61
  * A list of shipment event information.
72
- * @type {Array<ShipmentEvent>}
73
- * @memberof FinancialEvents
74
62
  */
75
63
  'ChargebackEventList'?: Array<ShipmentEvent>;
76
64
  /**
77
65
  * A list of events related to the seller\'s Pay with Amazon account.
78
- * @type {Array<PayWithAmazonEvent>}
79
- * @memberof FinancialEvents
80
66
  */
81
67
  'PayWithAmazonEventList'?: Array<PayWithAmazonEvent>;
82
68
  /**
83
69
  * A list of information about solution provider credits.
84
- * @type {Array<SolutionProviderCreditEvent>}
85
- * @memberof FinancialEvents
86
70
  */
87
71
  'ServiceProviderCreditEventList'?: Array<SolutionProviderCreditEvent>;
88
72
  /**
89
73
  * A list of information about Retrocharge or RetrochargeReversal events.
90
- * @type {Array<RetrochargeEvent>}
91
- * @memberof FinancialEvents
92
74
  */
93
75
  'RetrochargeEventList'?: Array<RetrochargeEvent>;
94
76
  /**
95
77
  * A list of rental transaction event information.
96
- * @type {Array<RentalTransactionEvent>}
97
- * @memberof FinancialEvents
98
78
  */
99
79
  'RentalTransactionEventList'?: Array<RentalTransactionEvent>;
100
80
  /**
101
81
  * A list of sponsored products payment events.
102
- * @type {Array<ProductAdsPaymentEvent>}
103
- * @memberof FinancialEvents
104
82
  */
105
83
  'ProductAdsPaymentEventList'?: Array<ProductAdsPaymentEvent>;
106
84
  /**
107
85
  * A list of information about service fee events.
108
- * @type {Array<ServiceFeeEvent>}
109
- * @memberof FinancialEvents
110
86
  */
111
87
  'ServiceFeeEventList'?: Array<ServiceFeeEvent>;
112
88
  /**
113
89
  * A list of payment events for deal-related fees.
114
- * @type {Array<SellerDealPaymentEvent>}
115
- * @memberof FinancialEvents
116
90
  */
117
91
  'SellerDealPaymentEventList'?: Array<SellerDealPaymentEvent>;
118
92
  /**
119
93
  * A list of debt recovery event information.
120
- * @type {Array<DebtRecoveryEvent>}
121
- * @memberof FinancialEvents
122
94
  */
123
95
  'DebtRecoveryEventList'?: Array<DebtRecoveryEvent>;
124
96
  /**
125
97
  * A list of loan servicing events.
126
- * @type {Array<LoanServicingEvent>}
127
- * @memberof FinancialEvents
128
98
  */
129
99
  'LoanServicingEventList'?: Array<LoanServicingEvent>;
130
100
  /**
131
101
  * A list of adjustment event information for the seller\'s account.
132
- * @type {Array<AdjustmentEvent>}
133
- * @memberof FinancialEvents
134
102
  */
135
103
  'AdjustmentEventList'?: Array<AdjustmentEvent>;
136
104
  /**
137
105
  * A list of SAFETReimbursementEvents.
138
- * @type {Array<SAFETReimbursementEvent>}
139
- * @memberof FinancialEvents
140
106
  */
141
107
  'SAFETReimbursementEventList'?: Array<SAFETReimbursementEvent>;
142
108
  /**
143
109
  * A list of information about fee events for the Early Reviewer Program.
144
- * @type {Array<SellerReviewEnrollmentPaymentEvent>}
145
- * @memberof FinancialEvents
146
110
  */
147
111
  'SellerReviewEnrollmentPaymentEventList'?: Array<SellerReviewEnrollmentPaymentEvent>;
148
112
  /**
149
113
  * A list of FBA inventory liquidation payment events.
150
- * @type {Array<FBALiquidationEvent>}
151
- * @memberof FinancialEvents
152
114
  */
153
115
  'FBALiquidationEventList'?: Array<FBALiquidationEvent>;
154
116
  /**
155
117
  * A list of coupon payment event information.
156
- * @type {Array<CouponPaymentEvent>}
157
- * @memberof FinancialEvents
158
118
  */
159
119
  'CouponPaymentEventList'?: Array<CouponPaymentEvent>;
160
120
  /**
161
121
  * A list of fee events related to Amazon Imaging services.
162
- * @type {Array<ImagingServicesFeeEvent>}
163
- * @memberof FinancialEvents
164
122
  */
165
123
  'ImagingServicesFeeEventList'?: Array<ImagingServicesFeeEvent>;
166
124
  /**
167
125
  * A list of network commingling transaction events.
168
- * @type {Array<NetworkComminglingTransactionEvent>}
169
- * @memberof FinancialEvents
170
126
  */
171
127
  'NetworkComminglingTransactionEventList'?: Array<NetworkComminglingTransactionEvent>;
172
128
  /**
173
129
  * A list of expense information related to an affordability promotion.
174
- * @type {Array<AffordabilityExpenseEvent>}
175
- * @memberof FinancialEvents
176
130
  */
177
131
  'AffordabilityExpenseEventList'?: Array<AffordabilityExpenseEvent>;
178
132
  /**
179
133
  * A list of expense information related to an affordability promotion.
180
- * @type {Array<AffordabilityExpenseEvent>}
181
- * @memberof FinancialEvents
182
134
  */
183
135
  'AffordabilityExpenseReversalEventList'?: Array<AffordabilityExpenseEvent>;
184
136
  /**
185
137
  * A list of removal shipment event information.
186
- * @type {Array<RemovalShipmentEvent>}
187
- * @memberof FinancialEvents
188
138
  */
189
139
  'RemovalShipmentEventList'?: Array<RemovalShipmentEvent>;
190
140
  /**
191
141
  * A comma-delimited list of Removal shipmentAdjustment details for FBA inventory.
192
- * @type {Array<RemovalShipmentAdjustmentEvent>}
193
- * @memberof FinancialEvents
194
142
  */
195
143
  'RemovalShipmentAdjustmentEventList'?: Array<RemovalShipmentAdjustmentEvent>;
196
144
  /**
197
145
  * A list of information about trial shipment financial events.
198
- * @type {Array<TrialShipmentEvent>}
199
- * @memberof FinancialEvents
200
146
  */
201
147
  'TrialShipmentEventList'?: Array<TrialShipmentEvent>;
202
148
  /**
203
149
  * A list of `TDSReimbursementEvent` items.
204
- * @type {Array<TDSReimbursementEvent>}
205
- * @memberof FinancialEvents
206
150
  */
207
151
  'TDSReimbursementEventList'?: Array<TDSReimbursementEvent>;
208
152
  /**
209
153
  * A list of `AdhocDisbursement` events.
210
- * @type {Array<AdhocDisbursementEvent>}
211
- * @memberof FinancialEvents
212
154
  */
213
155
  'AdhocDisbursementEventList'?: Array<AdhocDisbursementEvent>;
214
156
  /**
215
157
  * A list of `TaxWithholding` events.
216
- * @type {Array<TaxWithholdingEvent>}
217
- * @memberof FinancialEvents
218
158
  */
219
159
  'TaxWithholdingEventList'?: Array<TaxWithholdingEvent>;
220
160
  /**
221
161
  * A list of charge refund events.
222
- * @type {Array<ChargeRefundEvent>}
223
- * @memberof FinancialEvents
224
162
  */
225
163
  'ChargeRefundEventList'?: Array<ChargeRefundEvent>;
226
164
  /**
227
165
  * A list of `FailedAdhocDisbursementEvent`s.
228
- * @type {Array<FailedAdhocDisbursementEvent>}
229
- * @memberof FinancialEvents
230
166
  */
231
167
  'FailedAdhocDisbursementEventList'?: Array<FailedAdhocDisbursementEvent>;
232
168
  /**
233
169
  * A list of `ValueAddedServiceCharge` events.
234
- * @type {Array<ValueAddedServiceChargeEvent>}
235
- * @memberof FinancialEvents
236
170
  */
237
171
  'ValueAddedServiceChargeEventList'?: Array<ValueAddedServiceChargeEvent>;
238
172
  /**
239
173
  * A list of `CapacityReservationBillingEvent` events.
240
- * @type {Array<CapacityReservationBillingEvent>}
241
- * @memberof FinancialEvents
242
174
  */
243
175
  'CapacityReservationBillingEventList'?: Array<CapacityReservationBillingEvent>;
244
176
  }
@@ -12,32 +12,22 @@
12
12
  import type { FeeComponent } from './fee-component';
13
13
  /**
14
14
  * A fee event related to Amazon Imaging services.
15
- * @export
16
- * @interface ImagingServicesFeeEvent
17
15
  */
18
16
  export interface ImagingServicesFeeEvent {
19
17
  /**
20
18
  * The identifier for the imaging services request.
21
- * @type {string}
22
- * @memberof ImagingServicesFeeEvent
23
19
  */
24
20
  'ImagingRequestBillingItemID'?: string;
25
21
  /**
26
22
  * The Amazon Standard Identification Number (ASIN) of the item for which the imaging service was requested.
27
- * @type {string}
28
- * @memberof ImagingServicesFeeEvent
29
23
  */
30
24
  'ASIN'?: string;
31
25
  /**
32
26
  * Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).
33
- * @type {string}
34
- * @memberof ImagingServicesFeeEvent
35
27
  */
36
28
  'PostedDate'?: string;
37
29
  /**
38
30
  * A list of fee component information.
39
- * @type {Array<FeeComponent>}
40
- * @memberof ImagingServicesFeeEvent
41
31
  */
42
32
  'FeeList'?: Array<FeeComponent>;
43
33
  }
@@ -12,20 +12,14 @@
12
12
  import type { FinancialEventGroup } from './financial-event-group';
13
13
  /**
14
14
  * The payload for the listFinancialEventGroups operation.
15
- * @export
16
- * @interface ListFinancialEventGroupsPayload
17
15
  */
18
16
  export interface ListFinancialEventGroupsPayload {
19
17
  /**
20
18
  * When present and not empty, pass this string token in the next request to return the next response page.
21
- * @type {string}
22
- * @memberof ListFinancialEventGroupsPayload
23
19
  */
24
20
  'NextToken'?: string;
25
21
  /**
26
22
  * A list of financial event group information.
27
- * @type {Array<FinancialEventGroup>}
28
- * @memberof ListFinancialEventGroupsPayload
29
23
  */
30
24
  'FinancialEventGroupList'?: Array<FinancialEventGroup>;
31
25
  }
@@ -12,20 +12,11 @@
12
12
  import type { ListFinancialEventGroupsPayload } from './list-financial-event-groups-payload';
13
13
  /**
14
14
  * The response schema for the listFinancialEventGroups operation.
15
- * @export
16
- * @interface ListFinancialEventGroupsResponse
17
15
  */
18
16
  export interface ListFinancialEventGroupsResponse {
19
- /**
20
- *
21
- * @type {ListFinancialEventGroupsPayload}
22
- * @memberof ListFinancialEventGroupsResponse
23
- */
24
17
  'payload'?: ListFinancialEventGroupsPayload;
25
18
  /**
26
19
  * A list of error responses returned when a request is unsuccessful.
27
- * @type {Array<Error>}
28
- * @memberof ListFinancialEventGroupsResponse
29
20
  */
30
21
  'errors'?: Array<Error>;
31
22
  }
@@ -12,20 +12,11 @@
12
12
  import type { FinancialEvents } from './financial-events';
13
13
  /**
14
14
  * The payload for the listFinancialEvents operation.
15
- * @export
16
- * @interface ListFinancialEventsPayload
17
15
  */
18
16
  export interface ListFinancialEventsPayload {
19
17
  /**
20
18
  * When present and not empty, pass this string token in the next request to return the next response page.
21
- * @type {string}
22
- * @memberof ListFinancialEventsPayload
23
19
  */
24
20
  'NextToken'?: string;
25
- /**
26
- *
27
- * @type {FinancialEvents}
28
- * @memberof ListFinancialEventsPayload
29
- */
30
21
  'FinancialEvents'?: FinancialEvents;
31
22
  }
@@ -12,20 +12,11 @@
12
12
  import type { ListFinancialEventsPayload } from './list-financial-events-payload';
13
13
  /**
14
14
  * The response schema for the listFinancialEvents operation.
15
- * @export
16
- * @interface ListFinancialEventsResponse
17
15
  */
18
16
  export interface ListFinancialEventsResponse {
19
- /**
20
- *
21
- * @type {ListFinancialEventsPayload}
22
- * @memberof ListFinancialEventsResponse
23
- */
24
17
  'payload'?: ListFinancialEventsPayload;
25
18
  /**
26
19
  * A list of error responses returned when a request is unsuccessful.
27
- * @type {Array<Error>}
28
- * @memberof ListFinancialEventsResponse
29
20
  */
30
21
  'errors'?: Array<Error>;
31
22
  }