@amazon-sp-api-release/amazon-sp-api-sdk-js 1.6.1-alpha.0 → 1.7.0
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.
- package/helper/DefaultRateLimitMap.mjs +6 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/src/awd_v2024_05_09/api/AwdApi.d.ts +74 -0
- package/src/awd_v2024_05_09/api/AwdApi.d.ts.map +1 -1
- package/src/awd_v2024_05_09/api/AwdApi.js +201 -0
- package/src/awd_v2024_05_09/index.d.ts +12 -1
- package/src/awd_v2024_05_09/index.d.ts.map +1 -1
- package/src/awd_v2024_05_09/index.js +78 -1
- package/src/awd_v2024_05_09/model/ConfirmationMode.d.ts +24 -0
- package/src/awd_v2024_05_09/model/ConfirmationMode.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ConfirmationMode.js +42 -0
- package/src/awd_v2024_05_09/model/DistributionIneligibleReason.d.ts +33 -0
- package/src/awd_v2024_05_09/model/DistributionIneligibleReason.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionIneligibleReason.js +83 -0
- package/src/awd_v2024_05_09/model/DistributionProduct.d.ts +34 -0
- package/src/awd_v2024_05_09/model/DistributionProduct.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/DistributionProduct.js +84 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentStatus.d.ts +54 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentStatus.js +78 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentSummary.d.ts +42 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentSummary.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/OutboundShipmentSummary.js +101 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrder.d.ts +75 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrder.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrder.js +144 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.d.ts +29 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderCreationData.js +72 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.d.ts +29 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderListing.js +72 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.d.ts +25 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderReference.js +65 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.d.ts +59 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentOrderStatus.js +84 -0
- package/src/awd_v2024_05_09/model/ReplenishmentPreferences.d.ts +22 -0
- package/src/awd_v2024_05_09/model/ReplenishmentPreferences.d.ts.map +1 -0
- package/src/awd_v2024_05_09/model/ReplenishmentPreferences.js +63 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts +6 -0
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.d.ts.map +1 -1
- package/src/externalfulfillmentshipments_v2024_09_11/model/Shipment.js +8 -0
- package/src/finances_2024_06_19/ApiClient.js +1 -1
- package/src/finances_2024_06_19/api/DefaultApi.d.ts +18 -8
- package/src/finances_2024_06_19/api/DefaultApi.d.ts.map +1 -1
- package/src/finances_2024_06_19/api/DefaultApi.js +17 -16
- package/src/finances_2024_06_19/index.js +2 -2
- package/src/finances_2024_06_19/model/AmazonPayContext.d.ts +2 -2
- package/src/finances_2024_06_19/model/AmazonPayContext.js +3 -3
- package/src/finances_2024_06_19/model/Breakdown.js +2 -2
- package/src/finances_2024_06_19/model/BusinessContext.js +1 -1
- package/src/finances_2024_06_19/model/Context.d.ts +12 -12
- package/src/finances_2024_06_19/model/Context.js +26 -26
- package/src/finances_2024_06_19/model/Currency.d.ts +1 -1
- package/src/finances_2024_06_19/model/Currency.js +2 -2
- package/src/finances_2024_06_19/model/DeferredContext.d.ts +1 -1
- package/src/finances_2024_06_19/model/DeferredContext.js +3 -3
- package/src/finances_2024_06_19/model/Error.d.ts +1 -1
- package/src/finances_2024_06_19/model/Error.js +2 -2
- package/src/finances_2024_06_19/model/ErrorList.d.ts +1 -1
- package/src/finances_2024_06_19/model/ErrorList.js +3 -3
- package/src/finances_2024_06_19/model/Item.d.ts +3 -3
- package/src/finances_2024_06_19/model/Item.js +5 -5
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.d.ts +1 -1
- package/src/finances_2024_06_19/model/ItemRelatedIdentifier.js +2 -2
- package/src/finances_2024_06_19/model/ListTransactionsResponse.js +1 -1
- package/src/finances_2024_06_19/model/MarketplaceDetails.d.ts +1 -1
- package/src/finances_2024_06_19/model/MarketplaceDetails.js +2 -2
- package/src/finances_2024_06_19/model/PaymentsContext.d.ts +4 -4
- package/src/finances_2024_06_19/model/PaymentsContext.js +6 -6
- package/src/finances_2024_06_19/model/ProductContext.d.ts +4 -4
- package/src/finances_2024_06_19/model/ProductContext.js +5 -5
- package/src/finances_2024_06_19/model/RelatedIdentifier.d.ts +2 -2
- package/src/finances_2024_06_19/model/RelatedIdentifier.js +3 -3
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.d.ts +2 -2
- package/src/finances_2024_06_19/model/SellingPartnerMetadata.js +4 -4
- package/src/finances_2024_06_19/model/TimeRangeContext.d.ts +2 -2
- package/src/finances_2024_06_19/model/TimeRangeContext.js +4 -4
- package/src/finances_2024_06_19/model/Transaction.d.ts +6 -6
- package/src/finances_2024_06_19/model/Transaction.js +8 -8
- package/src/finances_2024_06_19/model/TransactionsPayload.d.ts +2 -2
- package/src/finances_2024_06_19/model/TransactionsPayload.js +3 -3
- package/src/finances_v0/ApiClient.js +1 -1
- package/src/finances_v0/api/DefaultApi.d.ts +36 -36
- package/src/finances_v0/api/DefaultApi.js +37 -37
- package/src/finances_v0/index.d.ts +2 -1
- package/src/finances_v0/index.d.ts.map +1 -1
- package/src/finances_v0/index.js +9 -2
- package/src/finances_v0/model/AdhocDisbursementEvent.d.ts +2 -2
- package/src/finances_v0/model/AdhocDisbursementEvent.js +3 -3
- package/src/finances_v0/model/AdjustmentEvent.d.ts +2 -2
- package/src/finances_v0/model/AdjustmentEvent.js +3 -3
- package/src/finances_v0/model/AdjustmentItem.d.ts +1 -1
- package/src/finances_v0/model/AdjustmentItem.js +2 -2
- package/src/finances_v0/model/AffordabilityExpenseEvent.d.ts +3 -3
- package/src/finances_v0/model/AffordabilityExpenseEvent.js +4 -4
- package/src/finances_v0/model/CapacityReservationBillingEvent.d.ts +2 -2
- package/src/finances_v0/model/CapacityReservationBillingEvent.js +3 -3
- package/src/finances_v0/model/ChargeComponent.js +2 -2
- package/src/finances_v0/model/ChargeInstrument.js +1 -1
- package/src/finances_v0/model/ChargeRefundEvent.d.ts +3 -3
- package/src/finances_v0/model/ChargeRefundEvent.js +4 -4
- package/src/finances_v0/model/ChargeRefundTransaction.js +1 -1
- package/src/finances_v0/model/CouponPaymentEvent.d.ts +1 -1
- package/src/finances_v0/model/CouponPaymentEvent.js +2 -2
- package/src/finances_v0/model/Currency.d.ts +1 -1
- package/src/finances_v0/model/Currency.js +2 -2
- package/src/finances_v0/model/DebtRecoveryEvent.d.ts +1 -1
- package/src/finances_v0/model/DebtRecoveryEvent.js +2 -2
- package/src/finances_v0/model/DebtRecoveryItem.d.ts +2 -2
- package/src/finances_v0/model/DebtRecoveryItem.js +3 -3
- package/src/finances_v0/model/DirectPayment.d.ts +1 -1
- package/src/finances_v0/model/DirectPayment.js +2 -2
- package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.d.ts +34 -0
- package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.d.ts.map +1 -0
- package/src/finances_v0/model/EBTRefundReimbursementOnlyEvent.js +79 -0
- package/src/finances_v0/model/Error.js +1 -1
- package/src/finances_v0/model/FBALiquidationEvent.d.ts +1 -1
- package/src/finances_v0/model/FBALiquidationEvent.js +2 -2
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.d.ts +4 -4
- package/src/finances_v0/model/FailedAdhocDisbursementEvent.js +5 -5
- package/src/finances_v0/model/FeeComponent.js +1 -1
- package/src/finances_v0/model/FinancialEventGroup.d.ts +4 -4
- package/src/finances_v0/model/FinancialEventGroup.js +5 -5
- package/src/finances_v0/model/FinancialEvents.d.ts +13 -6
- package/src/finances_v0/model/FinancialEvents.d.ts.map +1 -1
- package/src/finances_v0/model/FinancialEvents.js +17 -8
- package/src/finances_v0/model/ImagingServicesFeeEvent.d.ts +1 -1
- package/src/finances_v0/model/ImagingServicesFeeEvent.js +2 -2
- package/src/finances_v0/model/ListFinancialEventGroupsPayload.js +2 -2
- package/src/finances_v0/model/ListFinancialEventGroupsResponse.js +2 -2
- package/src/finances_v0/model/ListFinancialEventsPayload.js +2 -2
- package/src/finances_v0/model/ListFinancialEventsResponse.js +2 -2
- package/src/finances_v0/model/LoanServicingEvent.d.ts +1 -1
- package/src/finances_v0/model/LoanServicingEvent.js +2 -2
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.d.ts +2 -2
- package/src/finances_v0/model/NetworkComminglingTransactionEvent.js +3 -3
- package/src/finances_v0/model/PayWithAmazonEvent.d.ts +4 -4
- package/src/finances_v0/model/PayWithAmazonEvent.js +5 -5
- package/src/finances_v0/model/ProductAdsPaymentEvent.d.ts +3 -3
- package/src/finances_v0/model/ProductAdsPaymentEvent.js +4 -4
- package/src/finances_v0/model/Promotion.js +1 -1
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.d.ts +3 -3
- package/src/finances_v0/model/RemovalShipmentAdjustmentEvent.js +4 -4
- package/src/finances_v0/model/RemovalShipmentEvent.d.ts +4 -4
- package/src/finances_v0/model/RemovalShipmentEvent.js +5 -5
- package/src/finances_v0/model/RemovalShipmentItem.d.ts +1 -1
- package/src/finances_v0/model/RemovalShipmentItem.js +2 -2
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.d.ts +2 -2
- package/src/finances_v0/model/RemovalShipmentItemAdjustment.js +3 -3
- package/src/finances_v0/model/RentalTransactionEvent.d.ts +3 -3
- package/src/finances_v0/model/RentalTransactionEvent.js +4 -4
- package/src/finances_v0/model/RetrochargeEvent.d.ts +2 -2
- package/src/finances_v0/model/RetrochargeEvent.js +3 -3
- package/src/finances_v0/model/SAFETReimbursementEvent.d.ts +2 -2
- package/src/finances_v0/model/SAFETReimbursementEvent.js +3 -3
- package/src/finances_v0/model/SAFETReimbursementItem.js +1 -1
- package/src/finances_v0/model/SellerDealPaymentEvent.d.ts +3 -3
- package/src/finances_v0/model/SellerDealPaymentEvent.js +4 -4
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.d.ts +1 -1
- package/src/finances_v0/model/SellerReviewEnrollmentPaymentEvent.js +2 -2
- package/src/finances_v0/model/ServiceFeeEvent.js +1 -1
- package/src/finances_v0/model/ShipmentEvent.d.ts +1 -1
- package/src/finances_v0/model/ShipmentEvent.js +2 -2
- package/src/finances_v0/model/ShipmentItem.js +1 -1
- package/src/finances_v0/model/SolutionProviderCreditEvent.d.ts +1 -1
- package/src/finances_v0/model/SolutionProviderCreditEvent.js +2 -2
- package/src/finances_v0/model/TDSReimbursementEvent.d.ts +1 -1
- package/src/finances_v0/model/TDSReimbursementEvent.js +2 -2
- package/src/finances_v0/model/TaxWithheldComponent.d.ts +1 -1
- package/src/finances_v0/model/TaxWithheldComponent.js +2 -2
- package/src/finances_v0/model/TaxWithholdingEvent.d.ts +1 -1
- package/src/finances_v0/model/TaxWithholdingEvent.js +3 -3
- package/src/finances_v0/model/TaxWithholdingPeriod.d.ts +2 -2
- package/src/finances_v0/model/TaxWithholdingPeriod.js +4 -4
- package/src/finances_v0/model/TrialShipmentEvent.d.ts +1 -1
- package/src/finances_v0/model/TrialShipmentEvent.js +2 -2
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.d.ts +2 -2
- package/src/finances_v0/model/ValueAddedServiceChargeEvent.js +3 -3
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.d.ts +90 -90
- package/src/fulfillmentinbound_v2024_03_20/api/FbaInboundApi.js +90 -90
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.d.ts +1 -1
- package/src/fulfillmentinbound_v2024_03_20/model/DeliveryWindowOption.js +2 -2
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.d.ts +1 -1
- package/src/fulfillmentinbound_v2024_03_20/model/SelectedDeliveryWindow.js +2 -2
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts +4 -14
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.d.ts.map +1 -1
- package/src/fulfillmentoutbound_v2020_07_01/api/FbaOutboundApi.js +11 -12
- package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts +71 -0
- package/src/invoices_v2024_06_19/api/InvoicesApi.d.ts.map +1 -1
- package/src/invoices_v2024_06_19/api/InvoicesApi.js +206 -0
- package/src/invoices_v2024_06_19/index.d.ts +8 -1
- package/src/invoices_v2024_06_19/index.d.ts.map +1 -1
- package/src/invoices_v2024_06_19/index.js +49 -0
- package/src/invoices_v2024_06_19/model/CarrierDetailsContext.d.ts +64 -0
- package/src/invoices_v2024_06_19/model/CarrierDetailsContext.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/CarrierDetailsContext.js +119 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.d.ts +29 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceCreationStatus.js +48 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.d.ts +44 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceRequest.js +112 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.d.ts +35 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GovernmentInvoiceStatusResponse.js +80 -0
- package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/GovtInvoiceDocumentResponse.js +63 -0
- package/src/invoices_v2024_06_19/model/InvoiceDocument.d.ts +22 -0
- package/src/invoices_v2024_06_19/model/InvoiceDocument.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/InvoiceDocument.js +63 -0
- package/src/invoices_v2024_06_19/model/InvoiceError.d.ts +28 -0
- package/src/invoices_v2024_06_19/model/InvoiceError.d.ts.map +1 -0
- package/src/invoices_v2024_06_19/model/InvoiceError.js +71 -0
- package/src/messaging_v1/api/MessagingApi.d.ts +0 -18
- package/src/messaging_v1/api/MessagingApi.d.ts.map +1 -1
- package/src/messaging_v1/api/MessagingApi.js +0 -64
- package/src/messaging_v1/index.d.ts +1 -3
- package/src/messaging_v1/index.d.ts.map +1 -1
- package/src/messaging_v1/index.js +0 -14
- package/src/orders_v0/api/OrdersV0Api.d.ts +19 -10
- package/src/orders_v0/api/OrdersV0Api.d.ts.map +1 -1
- package/src/orders_v0/api/OrdersV0Api.js +54 -9
- package/src/orders_v0/index.d.ts +10 -1
- package/src/orders_v0/index.d.ts.map +1 -1
- package/src/orders_v0/index.js +63 -0
- package/src/orders_v0/model/BuyerInfo.d.ts +0 -6
- package/src/orders_v0/model/BuyerInfo.d.ts.map +1 -1
- package/src/orders_v0/model/BuyerInfo.js +0 -8
- package/src/orders_v0/model/ExportInfo.d.ts +28 -0
- package/src/orders_v0/model/ExportInfo.d.ts.map +1 -0
- package/src/orders_v0/model/ExportInfo.js +71 -0
- package/src/orders_v0/model/FulfillmentInstructions.d.ts +32 -0
- package/src/orders_v0/model/FulfillmentInstructions.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentInstructions.js +74 -0
- package/src/orders_v0/model/FulfillmentLocation.d.ts +22 -0
- package/src/orders_v0/model/FulfillmentLocation.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentLocation.js +63 -0
- package/src/orders_v0/model/FulfillmentPlan.d.ts +69 -0
- package/src/orders_v0/model/FulfillmentPlan.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentPlan.js +188 -0
- package/src/orders_v0/model/FulfillmentPlanConstraintType.d.ts +24 -0
- package/src/orders_v0/model/FulfillmentPlanConstraintType.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentPlanConstraintType.js +42 -0
- package/src/orders_v0/model/FulfillmentPlanItem.d.ts +28 -0
- package/src/orders_v0/model/FulfillmentPlanItem.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentPlanItem.js +75 -0
- package/src/orders_v0/model/FulfillmentPlanShippingConstraints.d.ts +27 -0
- package/src/orders_v0/model/FulfillmentPlanShippingConstraints.d.ts.map +1 -0
- package/src/orders_v0/model/FulfillmentPlanShippingConstraints.js +70 -0
- package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.d.ts +29 -0
- package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.d.ts.map +1 -0
- package/src/orders_v0/model/GetOrderFulfillmentInstructionsResponse.js +72 -0
- package/src/orders_v0/model/OrderBuyerInfo.d.ts +0 -6
- package/src/orders_v0/model/OrderBuyerInfo.d.ts.map +1 -1
- package/src/orders_v0/model/OrderBuyerInfo.js +0 -8
- package/src/orders_v0/model/OrderItem.d.ts +6 -0
- package/src/orders_v0/model/OrderItem.d.ts.map +1 -1
- package/src/orders_v0/model/OrderItem.js +8 -0
- package/src/orders_v0/model/ShippingInstructions.d.ts +34 -0
- package/src/orders_v0/model/ShippingInstructions.d.ts.map +1 -0
- package/src/orders_v0/model/ShippingInstructions.js +79 -0
- package/src/orders_v2026_01_01/ApiClient.d.ts +260 -0
- package/src/orders_v2026_01_01/ApiClient.d.ts.map +1 -0
- package/src/orders_v2026_01_01/ApiClient.js +827 -0
- package/src/orders_v2026_01_01/api/GetOrderApi.d.ts +49 -0
- package/src/orders_v2026_01_01/api/GetOrderApi.d.ts.map +1 -0
- package/src/orders_v2026_01_01/api/GetOrderApi.js +116 -0
- package/src/orders_v2026_01_01/api/SearchOrdersApi.d.ts +83 -0
- package/src/orders_v2026_01_01/api/SearchOrdersApi.d.ts.map +1 -0
- package/src/orders_v2026_01_01/api/SearchOrdersApi.js +135 -0
- package/src/orders_v2026_01_01/index.d.ts +59 -0
- package/src/orders_v2026_01_01/index.d.ts.map +1 -0
- package/src/orders_v2026_01_01/index.js +420 -0
- package/src/orders_v2026_01_01/model/AddressExtendedFields.d.ts +40 -0
- package/src/orders_v2026_01_01/model/AddressExtendedFields.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/AddressExtendedFields.js +87 -0
- package/src/orders_v2026_01_01/model/Alias.d.ts +27 -0
- package/src/orders_v2026_01_01/model/Alias.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Alias.js +75 -0
- package/src/orders_v2026_01_01/model/AssociatedOrder.d.ts +28 -0
- package/src/orders_v2026_01_01/model/AssociatedOrder.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/AssociatedOrder.js +71 -0
- package/src/orders_v2026_01_01/model/BusinessHour.d.ts +44 -0
- package/src/orders_v2026_01_01/model/BusinessHour.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/BusinessHour.js +121 -0
- package/src/orders_v2026_01_01/model/Buyer.d.ts +40 -0
- package/src/orders_v2026_01_01/model/Buyer.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Buyer.js +87 -0
- package/src/orders_v2026_01_01/model/ConstraintType.d.ts +19 -0
- package/src/orders_v2026_01_01/model/ConstraintType.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ConstraintType.js +36 -0
- package/src/orders_v2026_01_01/model/CustomerAddress.d.ts +100 -0
- package/src/orders_v2026_01_01/model/CustomerAddress.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/CustomerAddress.js +167 -0
- package/src/orders_v2026_01_01/model/DateTimeRange.d.ts +28 -0
- package/src/orders_v2026_01_01/model/DateTimeRange.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/DateTimeRange.js +71 -0
- package/src/orders_v2026_01_01/model/DeliveryPreference.d.ts +40 -0
- package/src/orders_v2026_01_01/model/DeliveryPreference.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/DeliveryPreference.js +87 -0
- package/src/orders_v2026_01_01/model/Error.d.ts +33 -0
- package/src/orders_v2026_01_01/model/Error.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Error.js +83 -0
- package/src/orders_v2026_01_01/model/ErrorList.d.ts +26 -0
- package/src/orders_v2026_01_01/model/ErrorList.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ErrorList.js +66 -0
- package/src/orders_v2026_01_01/model/ExceptionDate.d.ts +45 -0
- package/src/orders_v2026_01_01/model/ExceptionDate.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ExceptionDate.js +99 -0
- package/src/orders_v2026_01_01/model/FulfillmentStatus.d.ts +49 -0
- package/src/orders_v2026_01_01/model/FulfillmentStatus.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/FulfillmentStatus.js +72 -0
- package/src/orders_v2026_01_01/model/GetOrderResponse.d.ts +26 -0
- package/src/orders_v2026_01_01/model/GetOrderResponse.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/GetOrderResponse.js +65 -0
- package/src/orders_v2026_01_01/model/GiftOption.d.ts +28 -0
- package/src/orders_v2026_01_01/model/GiftOption.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/GiftOption.js +71 -0
- package/src/orders_v2026_01_01/model/HourMinute.d.ts +28 -0
- package/src/orders_v2026_01_01/model/HourMinute.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/HourMinute.js +71 -0
- package/src/orders_v2026_01_01/model/ItemCancellation.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemCancellation.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemCancellation.js +63 -0
- package/src/orders_v2026_01_01/model/ItemCancellationRequest.d.ts +28 -0
- package/src/orders_v2026_01_01/model/ItemCancellationRequest.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemCancellationRequest.js +71 -0
- package/src/orders_v2026_01_01/model/ItemCondition.d.ts +34 -0
- package/src/orders_v2026_01_01/model/ItemCondition.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemCondition.js +79 -0
- package/src/orders_v2026_01_01/model/ItemCustomization.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemCustomization.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemCustomization.js +63 -0
- package/src/orders_v2026_01_01/model/ItemExpense.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemExpense.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemExpense.js +63 -0
- package/src/orders_v2026_01_01/model/ItemFulfillment.d.ts +46 -0
- package/src/orders_v2026_01_01/model/ItemFulfillment.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemFulfillment.js +95 -0
- package/src/orders_v2026_01_01/model/ItemInternationalShipping.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemInternationalShipping.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemInternationalShipping.js +63 -0
- package/src/orders_v2026_01_01/model/ItemPacking.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemPacking.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPacking.js +63 -0
- package/src/orders_v2026_01_01/model/ItemPicking.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemPicking.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPicking.js +63 -0
- package/src/orders_v2026_01_01/model/ItemPointsCost.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemPointsCost.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPointsCost.js +63 -0
- package/src/orders_v2026_01_01/model/ItemPrice.d.ts +28 -0
- package/src/orders_v2026_01_01/model/ItemPrice.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPrice.js +71 -0
- package/src/orders_v2026_01_01/model/ItemProceeds.d.ts +29 -0
- package/src/orders_v2026_01_01/model/ItemProceeds.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemProceeds.js +72 -0
- package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.d.ts +35 -0
- package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemProceedsBreakdown.js +80 -0
- package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.d.ts +28 -0
- package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemProceedsDetailedBreakdown.js +71 -0
- package/src/orders_v2026_01_01/model/ItemProduct.d.ts +58 -0
- package/src/orders_v2026_01_01/model/ItemProduct.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemProduct.js +111 -0
- package/src/orders_v2026_01_01/model/ItemPromotion.d.ts +23 -0
- package/src/orders_v2026_01_01/model/ItemPromotion.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPromotion.js +64 -0
- package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.d.ts +22 -0
- package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemPromotionBreakdown.js +63 -0
- package/src/orders_v2026_01_01/model/ItemShipping.d.ts +34 -0
- package/src/orders_v2026_01_01/model/ItemShipping.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemShipping.js +79 -0
- package/src/orders_v2026_01_01/model/ItemShippingConstraints.d.ts +42 -0
- package/src/orders_v2026_01_01/model/ItemShippingConstraints.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemShippingConstraints.js +91 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionOption.d.ts +46 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionOption.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionOption.js +95 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.d.ts +43 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/ItemSubstitutionPreference.js +99 -0
- package/src/orders_v2026_01_01/model/Measurement.d.ts +59 -0
- package/src/orders_v2026_01_01/model/Measurement.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Measurement.js +226 -0
- package/src/orders_v2026_01_01/model/MerchantAddress.d.ts +76 -0
- package/src/orders_v2026_01_01/model/MerchantAddress.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/MerchantAddress.js +135 -0
- package/src/orders_v2026_01_01/model/Money.d.ts +27 -0
- package/src/orders_v2026_01_01/model/Money.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Money.js +75 -0
- package/src/orders_v2026_01_01/model/Order.d.ts +86 -0
- package/src/orders_v2026_01_01/model/Order.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Order.js +173 -0
- package/src/orders_v2026_01_01/model/OrderFulfillment.d.ts +49 -0
- package/src/orders_v2026_01_01/model/OrderFulfillment.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/OrderFulfillment.js +96 -0
- package/src/orders_v2026_01_01/model/OrderItem.d.ts +72 -0
- package/src/orders_v2026_01_01/model/OrderItem.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/OrderItem.js +141 -0
- package/src/orders_v2026_01_01/model/OrderPackage.d.ts +74 -0
- package/src/orders_v2026_01_01/model/OrderPackage.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/OrderPackage.js +130 -0
- package/src/orders_v2026_01_01/model/OrderProceeds.d.ts +22 -0
- package/src/orders_v2026_01_01/model/OrderProceeds.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/OrderProceeds.js +63 -0
- package/src/orders_v2026_01_01/model/PackageItem.d.ts +33 -0
- package/src/orders_v2026_01_01/model/PackageItem.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/PackageItem.js +83 -0
- package/src/orders_v2026_01_01/model/PackageStatus.d.ts +45 -0
- package/src/orders_v2026_01_01/model/PackageStatus.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/PackageStatus.js +116 -0
- package/src/orders_v2026_01_01/model/Pagination.d.ts +22 -0
- package/src/orders_v2026_01_01/model/Pagination.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Pagination.js +63 -0
- package/src/orders_v2026_01_01/model/PointsGranted.d.ts +28 -0
- package/src/orders_v2026_01_01/model/PointsGranted.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/PointsGranted.js +71 -0
- package/src/orders_v2026_01_01/model/PreferredDeliveryTime.d.ts +30 -0
- package/src/orders_v2026_01_01/model/PreferredDeliveryTime.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/PreferredDeliveryTime.js +73 -0
- package/src/orders_v2026_01_01/model/Recipient.d.ts +28 -0
- package/src/orders_v2026_01_01/model/Recipient.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/Recipient.js +71 -0
- package/src/orders_v2026_01_01/model/SalesChannel.d.ts +37 -0
- package/src/orders_v2026_01_01/model/SalesChannel.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/SalesChannel.js +81 -0
- package/src/orders_v2026_01_01/model/SearchOrdersResponse.d.ts +44 -0
- package/src/orders_v2026_01_01/model/SearchOrdersResponse.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/SearchOrdersResponse.js +90 -0
- package/src/orders_v2026_01_01/model/TimeWindow.d.ts +27 -0
- package/src/orders_v2026_01_01/model/TimeWindow.d.ts.map +1 -0
- package/src/orders_v2026_01_01/model/TimeWindow.js +70 -0
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts +86 -20
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.d.ts.map +1 -1
- package/src/replenishment_v2022_11_07/model/GetSellingPartnerMetricsResponseMetric.js +108 -20
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.d.ts +8 -8
- package/src/replenishment_v2022_11_07/model/ListOfferMetricsResponseOffer.js +8 -8
- package/src/replenishment_v2022_11_07/model/Metric.d.ts +10 -0
- package/src/replenishment_v2022_11_07/model/Metric.d.ts.map +1 -1
- package/src/replenishment_v2022_11_07/model/Metric.js +12 -0
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.d.ts +4 -4
- package/src/sellerWallet_2024_03_01/api/TransactionsApi.js +4 -4
- package/src/sellerWallet_2024_03_01/index.d.ts +3 -2
- package/src/sellerWallet_2024_03_01/index.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/index.js +14 -7
- package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts +22 -12
- package/src/sellerWallet_2024_03_01/model/BankAccount.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/model/BankAccount.js +6 -12
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts +0 -5
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/model/BankAccountOwnershipType.js +0 -6
- package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.d.ts +62 -0
- package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/PayeeContactInformation.js +179 -0
- package/src/sellerWallet_2024_03_01/model/PayeeEntityType.d.ts +29 -0
- package/src/sellerWallet_2024_03_01/model/PayeeEntityType.d.ts.map +1 -0
- package/src/sellerWallet_2024_03_01/model/PayeeEntityType.js +48 -0
- package/src/sellerWallet_2024_03_01/model/Transaction.d.ts +8 -3
- package/src/sellerWallet_2024_03_01/model/Transaction.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/model/Transaction.js +11 -3
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts +4 -4
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.d.ts.map +1 -1
- package/src/sellerWallet_2024_03_01/model/TransactionInitiationRequest.js +5 -5
- package/src/vendorshipments_v1/api/VendorShippingApi.d.ts +18 -2
- package/src/vendorshipments_v1/api/VendorShippingApi.d.ts.map +1 -1
- package/src/vendorshipments_v1/api/VendorShippingApi.js +52 -2
- package/src/vendorshipments_v1/index.d.ts +5 -1
- package/src/vendorshipments_v1/index.d.ts.map +1 -1
- package/src/vendorshipments_v1/index.js +28 -0
- package/src/vendorshipments_v1/model/ItemDetails.d.ts +34 -0
- package/src/vendorshipments_v1/model/ItemDetails.d.ts.map +1 -1
- package/src/vendorshipments_v1/model/ItemDetails.js +63 -0
- package/src/vendorshipments_v1/model/RegulationReferences.d.ts +40 -0
- package/src/vendorshipments_v1/model/RegulationReferences.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/RegulationReferences.js +87 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.d.ts +26 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationRequest.js +65 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.d.ts +29 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResponse.js +72 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.d.ts +22 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.d.ts.map +1 -0
- package/src/vendorshipments_v1/model/SubmitShipmentConfirmationResult.js +63 -0
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts +0 -23
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.d.ts.map +0 -1
- package/src/messaging_v1/model/CreateAmazonMotorsRequest.js +0 -64
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts +0 -23
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.d.ts.map +0 -1
- package/src/messaging_v1/model/CreateAmazonMotorsResponse.js +0 -64
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts +0 -45
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.d.ts.map +0 -1
- package/src/sellerWallet_2024_03_01/model/AccountHolderAddress.js +0 -121
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BankAccount.d.ts","sourceRoot":"","sources":["BankAccount.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AACH;
|
|
1
|
+
{"version":3,"file":"BankAccount.d.ts","sourceRoot":"","sources":["BankAccount.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AACH;IAkBE;;;;;;OAMG;IACH,2CAHW,WAAW,GACV,WAAW,CA6BtB;IAnDD;;;;;;;;;OASG;IACH,sCALoC,wBAAwB,sFAU3D;IAJC,mDAAwD;IACxD,2BAA4C;IAC5C,wBAAsC;IACtC,8BAAkD;IAwCtD;;;;OAIG;IACH,kBAA+B;IAE/B;;;;OAIG;IACH,0BAAuC;IAEvC;;;OAGG;IACH,yBAFU,uBAAuB,CAEY;IAE7C;;;;OAIG;IACH,iBAA8B;IAQ9B;;;;OAIG;IACH,sBAAmC;IAEnC;;;OAGG;IACH,kBAFU,gBAAgB,CAEY;IAuBtC;;;OAGG;IACH,yBAFU,uBAAuB,CAEY;CAzE5C;yCA7DwC,+BAA+B;wCADhC,8BAA8B;iCAErC,uBAAuB;wCAHhB,8BAA8B"}
|
|
@@ -25,22 +25,16 @@ import { BankNumberFormat } from './BankNumberFormat.js'
|
|
|
25
25
|
export class BankAccount {
|
|
26
26
|
/**
|
|
27
27
|
* Constructs a new <code>BankAccount</code>.
|
|
28
|
-
* Details of an Amazon
|
|
28
|
+
* Details of an Amazon Seller Wallet bank account. This account is used to hold the money that a Seller Wallet customer earns by selling items.
|
|
29
29
|
* @alias module:sellerWallet_2024_03_01/model/BankAccount
|
|
30
30
|
* @class
|
|
31
|
-
* @param bankAccountNumberFormat {BankAccountNumberFormat}
|
|
32
31
|
* @param bankAccountOwnershipType {BankAccountOwnershipType}
|
|
33
|
-
* @param routingNumber {String} Routing number for automated clearing house transfers, for all Amazon Seller Wallet account the value will be denoted by nine cosecutive 0's,
|
|
34
|
-
* @param bankNumberFormat {BankNumberFormat}
|
|
35
32
|
* @param accountCountryCode {String} The two digit country code, in ISO 3166 format.
|
|
36
33
|
* @param accountCurrency {String} BankAccount currency code in ISO 4217 format
|
|
37
34
|
* @param bankAccountNumberTail {String} Last 3 digit of the bank account number, for all Amazon Seller Wallet account the value will be three consecutive 0's
|
|
38
35
|
*/
|
|
39
|
-
constructor (
|
|
40
|
-
this.bankAccountNumberFormat = bankAccountNumberFormat
|
|
36
|
+
constructor (bankAccountOwnershipType, accountCountryCode, accountCurrency, bankAccountNumberTail) {
|
|
41
37
|
this.bankAccountOwnershipType = bankAccountOwnershipType
|
|
42
|
-
this.routingNumber = routingNumber
|
|
43
|
-
this.bankNumberFormat = bankNumberFormat
|
|
44
38
|
this.accountCountryCode = accountCountryCode
|
|
45
39
|
this.accountCurrency = accountCurrency
|
|
46
40
|
this.bankAccountNumberTail = bankAccountNumberTail
|
|
@@ -84,14 +78,14 @@ export class BankAccount {
|
|
|
84
78
|
}
|
|
85
79
|
|
|
86
80
|
/**
|
|
87
|
-
* The unique identifier provided by Amazon
|
|
81
|
+
* The unique bank account identifier provided by Amazon. To initiate a `SELF` transaction with Seller Wallet, you must choose `BANK_ACCOUNT` as the payment method type in the [getPaymentMethod](https://developer-docs.amazon.com/sp-api/reference/getpaymentmethods) request. Your Amazon Seller Wallet bank account identifier should match the `paymentMethodId` in the response. This field is required.
|
|
88
82
|
* @member {String} accountId
|
|
89
83
|
* @type {String}
|
|
90
84
|
*/
|
|
91
85
|
BankAccount.prototype.accountId = undefined
|
|
92
86
|
|
|
93
87
|
/**
|
|
94
|
-
*
|
|
88
|
+
* The bank account holder's name (expected to be an Amazon customer). There is a 50 character limit.
|
|
95
89
|
* @member {String} accountHolderName
|
|
96
90
|
* @type {String}
|
|
97
91
|
*/
|
|
@@ -104,7 +98,7 @@ BankAccount.prototype.accountHolderName = undefined
|
|
|
104
98
|
BankAccount.prototype.bankAccountNumberFormat = undefined
|
|
105
99
|
|
|
106
100
|
/**
|
|
107
|
-
* The name of the bank
|
|
101
|
+
* The name of the bank. This value is Amazon Seller Wallet for Amazon Seller Wallet accounts.
|
|
108
102
|
* @member {String} bankName
|
|
109
103
|
* @type {String}
|
|
110
104
|
*/
|
|
@@ -117,7 +111,7 @@ BankAccount.prototype.bankName = undefined
|
|
|
117
111
|
BankAccount.prototype.bankAccountOwnershipType = undefined
|
|
118
112
|
|
|
119
113
|
/**
|
|
120
|
-
* Routing number for automated clearing house transfers
|
|
114
|
+
* Routing number for automated clearing house transfers for `THIRD_PARTY` transaction requests. This value is nine consecutive zeros for Amazon Seller Wallet accounts.
|
|
121
115
|
* @member {String} routingNumber
|
|
122
116
|
* @type {String}
|
|
123
117
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BankAccountOwnershipType.d.ts","sourceRoot":"","sources":["BankAccountOwnershipType.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;
|
|
1
|
+
{"version":3,"file":"BankAccountOwnershipType.d.ts","sourceRoot":"","sources":["BankAccountOwnershipType.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAaE;;;;QAII;IACJ,yCAFa,wBAAwB,CAIpC;IAnBD;;;aAGS;IACT,oBAA6B;IAE7B;;;aAGS;IACT,aAAe;CAUhB"}
|
|
@@ -31,12 +31,6 @@ export class BankAccountOwnershipType {
|
|
|
31
31
|
*/
|
|
32
32
|
'SELF' = 'SELF'
|
|
33
33
|
|
|
34
|
-
/**
|
|
35
|
-
* value: "GOVERNMENT"
|
|
36
|
-
* @const
|
|
37
|
-
*/
|
|
38
|
-
'GOVERNMENT' = 'GOVERNMENT'
|
|
39
|
-
|
|
40
34
|
/**
|
|
41
35
|
* Returns a <code>BankAccountOwnershipType</code> enum value from a Javascript object name.
|
|
42
36
|
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The PayeeContactInformation model module.
|
|
3
|
+
* @module sellerWallet_2024_03_01/model/PayeeContactInformation
|
|
4
|
+
* @version 2024-03-01
|
|
5
|
+
*/
|
|
6
|
+
export class PayeeContactInformation {
|
|
7
|
+
/**
|
|
8
|
+
* Constructs a <code>PayeeContactInformation</code> from a plain JavaScript object, optionally creating a new instance.
|
|
9
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
10
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
11
|
+
* @param {PayeeContactInformation} obj Optional instance to populate.
|
|
12
|
+
* @return {PayeeContactInformation} The populated <code>PayeeContactInformation</code> instance.
|
|
13
|
+
*/
|
|
14
|
+
static constructFromObject(data: any, obj: PayeeContactInformation): PayeeContactInformation;
|
|
15
|
+
/**
|
|
16
|
+
* Constructs a new <code>PayeeContactInformation</code>.
|
|
17
|
+
* The contact information of the payee. This field is required when the request `bankAccountOwnershipType` is `THIRD_PARTY`. The contact information is used for payee verification and registration purposes.
|
|
18
|
+
* @alias module:sellerWallet_2024_03_01/model/PayeeContactInformation
|
|
19
|
+
* @class
|
|
20
|
+
* @param payeeFirstName {String} First name of the payee. There is a 50 character limit.
|
|
21
|
+
* @param payeeLastName {String} Last name of the payee. There is a 50 character limit.
|
|
22
|
+
* @param addressLine1 {String} Address Line 1 of the public address
|
|
23
|
+
* @param city {String} City name of the public address
|
|
24
|
+
* @param state {String} State name of the public address. This is the state or region for China-based addresses.
|
|
25
|
+
* @param postalCode {String} Postal code of the public address
|
|
26
|
+
* @param countryCode {String} The two digit country code, in ISO 3166 format.
|
|
27
|
+
* @param emailAddress {String} Email address of the payee.
|
|
28
|
+
* @param phoneNumber {String} Valid phone number of the payee.
|
|
29
|
+
* @param payeeEntityType {PayeeEntityType}
|
|
30
|
+
*/
|
|
31
|
+
constructor(payeeFirstName: string, payeeLastName: string, addressLine1: string, city: string, state: string, postalCode: string, countryCode: string, emailAddress: string, phoneNumber: string, payeeEntityType: PayeeEntityType);
|
|
32
|
+
payeeFirstName: string;
|
|
33
|
+
payeeLastName: string;
|
|
34
|
+
addressLine1: string;
|
|
35
|
+
city: string;
|
|
36
|
+
state: string;
|
|
37
|
+
postalCode: string;
|
|
38
|
+
countryCode: string;
|
|
39
|
+
emailAddress: string;
|
|
40
|
+
phoneNumber: string;
|
|
41
|
+
payeeEntityType: PayeeEntityType;
|
|
42
|
+
/**
|
|
43
|
+
* Middle name of the payee. There is a 50 character limit.
|
|
44
|
+
* @member {String} payeeMiddleName
|
|
45
|
+
* @type {String}
|
|
46
|
+
*/
|
|
47
|
+
payeeMiddleName: string;
|
|
48
|
+
/**
|
|
49
|
+
* Address Line 2 of the public address
|
|
50
|
+
* @member {String} addressLine2
|
|
51
|
+
* @type {String}
|
|
52
|
+
*/
|
|
53
|
+
addressLine2: string;
|
|
54
|
+
/**
|
|
55
|
+
* Country name of the public address
|
|
56
|
+
* @member {String} country
|
|
57
|
+
* @type {String}
|
|
58
|
+
*/
|
|
59
|
+
country: string;
|
|
60
|
+
}
|
|
61
|
+
import { PayeeEntityType } from './PayeeEntityType.js';
|
|
62
|
+
//# sourceMappingURL=PayeeContactInformation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PayeeContactInformation.d.ts","sourceRoot":"","sources":["PayeeContactInformation.js"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH;IA8BE;;;;;;OAMG;IACH,2CAHW,uBAAuB,GACtB,uBAAuB,CA+BlC;IAjED;;;;;;;;;;;;;;;OAeG;IACH,mNAF2B,eAAe,EAazC;IAVC,uBAAoC;IACpC,sBAAkC;IAClC,qBAAgC;IAChC,aAAgB;IAChB,cAAkB;IAClB,mBAA4B;IAC5B,oBAA8B;IAC9B,qBAAgC;IAChC,oBAA8B;IAC9B,iCAAsC;IAiD1C;;;;OAIG;IACH,wBAAiD;IAgBjD;;;;OAIG;IACH,qBAA8C;IAuB9C;;;;OAIG;IACH,gBAAyC;CA/DxC;gCA1E+B,sBAAsB"}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
|
+
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import { ApiClient } from '../ApiClient.js'
|
|
15
|
+
import { PayeeEntityType } from './PayeeEntityType.js'
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* The PayeeContactInformation model module.
|
|
19
|
+
* @module sellerWallet_2024_03_01/model/PayeeContactInformation
|
|
20
|
+
* @version 2024-03-01
|
|
21
|
+
*/
|
|
22
|
+
export class PayeeContactInformation {
|
|
23
|
+
/**
|
|
24
|
+
* Constructs a new <code>PayeeContactInformation</code>.
|
|
25
|
+
* The contact information of the payee. This field is required when the request `bankAccountOwnershipType` is `THIRD_PARTY`. The contact information is used for payee verification and registration purposes.
|
|
26
|
+
* @alias module:sellerWallet_2024_03_01/model/PayeeContactInformation
|
|
27
|
+
* @class
|
|
28
|
+
* @param payeeFirstName {String} First name of the payee. There is a 50 character limit.
|
|
29
|
+
* @param payeeLastName {String} Last name of the payee. There is a 50 character limit.
|
|
30
|
+
* @param addressLine1 {String} Address Line 1 of the public address
|
|
31
|
+
* @param city {String} City name of the public address
|
|
32
|
+
* @param state {String} State name of the public address. This is the state or region for China-based addresses.
|
|
33
|
+
* @param postalCode {String} Postal code of the public address
|
|
34
|
+
* @param countryCode {String} The two digit country code, in ISO 3166 format.
|
|
35
|
+
* @param emailAddress {String} Email address of the payee.
|
|
36
|
+
* @param phoneNumber {String} Valid phone number of the payee.
|
|
37
|
+
* @param payeeEntityType {PayeeEntityType}
|
|
38
|
+
*/
|
|
39
|
+
constructor (payeeFirstName, payeeLastName, addressLine1, city, state, postalCode, countryCode, emailAddress, phoneNumber, payeeEntityType) {
|
|
40
|
+
this.payeeFirstName = payeeFirstName
|
|
41
|
+
this.payeeLastName = payeeLastName
|
|
42
|
+
this.addressLine1 = addressLine1
|
|
43
|
+
this.city = city
|
|
44
|
+
this.state = state
|
|
45
|
+
this.postalCode = postalCode
|
|
46
|
+
this.countryCode = countryCode
|
|
47
|
+
this.emailAddress = emailAddress
|
|
48
|
+
this.phoneNumber = phoneNumber
|
|
49
|
+
this.payeeEntityType = payeeEntityType
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Constructs a <code>PayeeContactInformation</code> from a plain JavaScript object, optionally creating a new instance.
|
|
54
|
+
* Copies all relevant properties from <code>data</code> to <code>obj</code> if supplied or a new instance if not.
|
|
55
|
+
* @param {Object} data The plain JavaScript object bearing properties of interest.
|
|
56
|
+
* @param {PayeeContactInformation} obj Optional instance to populate.
|
|
57
|
+
* @return {PayeeContactInformation} The populated <code>PayeeContactInformation</code> instance.
|
|
58
|
+
*/
|
|
59
|
+
static constructFromObject (data, obj) {
|
|
60
|
+
if (data) {
|
|
61
|
+
switch (typeof data) {
|
|
62
|
+
case 'string':
|
|
63
|
+
obj = String(data)
|
|
64
|
+
break
|
|
65
|
+
case 'number':
|
|
66
|
+
obj = Number(data)
|
|
67
|
+
break
|
|
68
|
+
case 'boolean':
|
|
69
|
+
obj = Boolean(data)
|
|
70
|
+
break
|
|
71
|
+
}
|
|
72
|
+
obj = obj || new PayeeContactInformation()
|
|
73
|
+
if (data.hasOwnProperty('payeeFirstName')) { obj.payeeFirstName = ApiClient.convertToType(data.payeeFirstName, 'String') }
|
|
74
|
+
if (data.hasOwnProperty('payeeMiddleName')) { obj.payeeMiddleName = ApiClient.convertToType(data.payeeMiddleName, 'String') }
|
|
75
|
+
if (data.hasOwnProperty('payeeLastName')) { obj.payeeLastName = ApiClient.convertToType(data.payeeLastName, 'String') }
|
|
76
|
+
if (data.hasOwnProperty('addressLine1')) { obj.addressLine1 = ApiClient.convertToType(data.addressLine1, 'String') }
|
|
77
|
+
if (data.hasOwnProperty('addressLine2')) { obj.addressLine2 = ApiClient.convertToType(data.addressLine2, 'String') }
|
|
78
|
+
if (data.hasOwnProperty('city')) { obj.city = ApiClient.convertToType(data.city, 'String') }
|
|
79
|
+
if (data.hasOwnProperty('state')) { obj.state = ApiClient.convertToType(data.state, 'String') }
|
|
80
|
+
if (data.hasOwnProperty('postalCode')) { obj.postalCode = ApiClient.convertToType(data.postalCode, 'String') }
|
|
81
|
+
if (data.hasOwnProperty('country')) { obj.country = ApiClient.convertToType(data.country, 'String') }
|
|
82
|
+
if (data.hasOwnProperty('countryCode')) { obj.countryCode = ApiClient.convertToType(data.countryCode, 'String') }
|
|
83
|
+
if (data.hasOwnProperty('emailAddress')) { obj.emailAddress = ApiClient.convertToType(data.emailAddress, 'String') }
|
|
84
|
+
if (data.hasOwnProperty('phoneNumber')) { obj.phoneNumber = ApiClient.convertToType(data.phoneNumber, 'String') }
|
|
85
|
+
if (data.hasOwnProperty('payeeEntityType')) { obj.payeeEntityType = PayeeEntityType.constructFromObject(data.payeeEntityType) }
|
|
86
|
+
}
|
|
87
|
+
return obj
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* First name of the payee. There is a 50 character limit.
|
|
93
|
+
* @member {String} payeeFirstName
|
|
94
|
+
* @type {String}
|
|
95
|
+
*/
|
|
96
|
+
PayeeContactInformation.prototype.payeeFirstName = undefined
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Middle name of the payee. There is a 50 character limit.
|
|
100
|
+
* @member {String} payeeMiddleName
|
|
101
|
+
* @type {String}
|
|
102
|
+
*/
|
|
103
|
+
PayeeContactInformation.prototype.payeeMiddleName = undefined
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Last name of the payee. There is a 50 character limit.
|
|
107
|
+
* @member {String} payeeLastName
|
|
108
|
+
* @type {String}
|
|
109
|
+
*/
|
|
110
|
+
PayeeContactInformation.prototype.payeeLastName = undefined
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* Address Line 1 of the public address
|
|
114
|
+
* @member {String} addressLine1
|
|
115
|
+
* @type {String}
|
|
116
|
+
*/
|
|
117
|
+
PayeeContactInformation.prototype.addressLine1 = undefined
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Address Line 2 of the public address
|
|
121
|
+
* @member {String} addressLine2
|
|
122
|
+
* @type {String}
|
|
123
|
+
*/
|
|
124
|
+
PayeeContactInformation.prototype.addressLine2 = undefined
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* City name of the public address
|
|
128
|
+
* @member {String} city
|
|
129
|
+
* @type {String}
|
|
130
|
+
*/
|
|
131
|
+
PayeeContactInformation.prototype.city = undefined
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* State name of the public address. This is the state or region for China-based addresses.
|
|
135
|
+
* @member {String} state
|
|
136
|
+
* @type {String}
|
|
137
|
+
*/
|
|
138
|
+
PayeeContactInformation.prototype.state = undefined
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* Postal code of the public address
|
|
142
|
+
* @member {String} postalCode
|
|
143
|
+
* @type {String}
|
|
144
|
+
*/
|
|
145
|
+
PayeeContactInformation.prototype.postalCode = undefined
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Country name of the public address
|
|
149
|
+
* @member {String} country
|
|
150
|
+
* @type {String}
|
|
151
|
+
*/
|
|
152
|
+
PayeeContactInformation.prototype.country = undefined
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* The two digit country code, in ISO 3166 format.
|
|
156
|
+
* @member {String} countryCode
|
|
157
|
+
* @type {String}
|
|
158
|
+
*/
|
|
159
|
+
PayeeContactInformation.prototype.countryCode = undefined
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Email address of the payee.
|
|
163
|
+
* @member {String} emailAddress
|
|
164
|
+
* @type {String}
|
|
165
|
+
*/
|
|
166
|
+
PayeeContactInformation.prototype.emailAddress = undefined
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Valid phone number of the payee.
|
|
170
|
+
* @member {String} phoneNumber
|
|
171
|
+
* @type {String}
|
|
172
|
+
*/
|
|
173
|
+
PayeeContactInformation.prototype.phoneNumber = undefined
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* @member {PayeeEntityType} payeeEntityType
|
|
177
|
+
* @type {PayeeEntityType}
|
|
178
|
+
*/
|
|
179
|
+
PayeeContactInformation.prototype.payeeEntityType = undefined
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Enum class PayeeEntityType.
|
|
3
|
+
* @enum {String}
|
|
4
|
+
* @readonly
|
|
5
|
+
*/
|
|
6
|
+
export class PayeeEntityType {
|
|
7
|
+
/**
|
|
8
|
+
* Returns a <code>PayeeEntityType</code> enum value from a Javascript object name.
|
|
9
|
+
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
10
|
+
* @return {PayeeEntityType} The enum <code>PayeeEntityType</code> value.
|
|
11
|
+
*/
|
|
12
|
+
static constructFromObject(object: any): PayeeEntityType;
|
|
13
|
+
/**
|
|
14
|
+
* value: "INDIVIDUAL"
|
|
15
|
+
* @const
|
|
16
|
+
*/
|
|
17
|
+
INDIVIDUAL: string;
|
|
18
|
+
/**
|
|
19
|
+
* value: "BUSINESS"
|
|
20
|
+
* @const
|
|
21
|
+
*/
|
|
22
|
+
BUSINESS: string;
|
|
23
|
+
/**
|
|
24
|
+
* value: "TAX_AUTHORITY"
|
|
25
|
+
* @const
|
|
26
|
+
*/
|
|
27
|
+
TAX_AUTHORITY: string;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=PayeeEntityType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PayeeEntityType.d.ts","sourceRoot":"","sources":["PayeeEntityType.js"],"names":[],"mappings":"AAeA;;;;EAIE;AACF;IAmBE;;;;QAII;IACJ,yCAFa,eAAe,CAI3B;IAzBD;;;aAGS;IACT,mBAA2B;IAE3B;;;aAGS;IACT,iBAAuB;IAEvB;;;aAGS;IACT,sBAAiC;CAUlC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Selling Partner API for Amazon Seller Wallet Open Banking API Spec. For more information, refer to the [Seller Wallet Open Banking API Use Case Guide](doc:seller-wallet-open-banking-api-v2024-03-01-use-case-guide).
|
|
3
|
+
* The Selling Partner API for Seller Wallet (Seller Wallet API) provides financial information that is relevant to a seller's Seller Wallet account. You can obtain financial events, balances, and transfer schedules for Seller Wallet accounts. You can also schedule and initiate transactions.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2024-03-01
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
import { ApiClient } from '../ApiClient.js'
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Enum class PayeeEntityType.
|
|
18
|
+
* @enum {String}
|
|
19
|
+
* @readonly
|
|
20
|
+
*/
|
|
21
|
+
export class PayeeEntityType {
|
|
22
|
+
/**
|
|
23
|
+
* value: "INDIVIDUAL"
|
|
24
|
+
* @const
|
|
25
|
+
*/
|
|
26
|
+
'INDIVIDUAL' = 'INDIVIDUAL'
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* value: "BUSINESS"
|
|
30
|
+
* @const
|
|
31
|
+
*/
|
|
32
|
+
'BUSINESS' = 'BUSINESS'
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* value: "TAX_AUTHORITY"
|
|
36
|
+
* @const
|
|
37
|
+
*/
|
|
38
|
+
'TAX_AUTHORITY' = 'TAX_AUTHORITY'
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Returns a <code>PayeeEntityType</code> enum value from a Javascript object name.
|
|
42
|
+
* @param {Object} data The plain JavaScript object containing the name of the enum value.
|
|
43
|
+
* @return {PayeeEntityType} The enum <code>PayeeEntityType</code> value.
|
|
44
|
+
*/
|
|
45
|
+
static constructFromObject (object) {
|
|
46
|
+
return object
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -17,6 +17,7 @@ export class Transaction {
|
|
|
17
17
|
* The current transaction status and related historical details.
|
|
18
18
|
* @alias module:sellerWallet_2024_03_01/model/Transaction
|
|
19
19
|
* @class
|
|
20
|
+
* @param accountId {String} The unique identifier of the Amazon Seller Wallet bank account from which the money is debited.
|
|
20
21
|
* @param transactionId {String} The unique identifier provided by Amazon to the transaction
|
|
21
22
|
* @param transactionType {TransactionType}
|
|
22
23
|
* @param transactionStatus {TransactionStatus}
|
|
@@ -24,12 +25,12 @@ export class Transaction {
|
|
|
24
25
|
* @param lastUpdateDate {Date} The last update date on the transaction
|
|
25
26
|
* @param transactionRequesterSource {String} The transaction initiation source. This value is either the Amazon portal or PISP name that the customer used to start the transaction.
|
|
26
27
|
* @param transactionDescription {String} A description of the transaction that the requester provides when they initiate the transaction.
|
|
27
|
-
* @param transactionSourceAccount {TransactionAccount}
|
|
28
28
|
* @param transactionDestinationAccount {TransactionAccount}
|
|
29
29
|
* @param transactionRequestAmount {Currency}
|
|
30
30
|
* @param transferRateDetails {TransferRatePreview}
|
|
31
31
|
*/
|
|
32
|
-
constructor(transactionId: string, transactionType: TransactionType, transactionStatus: TransactionStatus, transactionRequestDate: Date, lastUpdateDate: Date, transactionRequesterSource: string, transactionDescription: string,
|
|
32
|
+
constructor(accountId: string, transactionId: string, transactionType: TransactionType, transactionStatus: TransactionStatus, transactionRequestDate: Date, lastUpdateDate: Date, transactionRequesterSource: string, transactionDescription: string, transactionDestinationAccount: TransactionAccount, transactionRequestAmount: Currency, transferRateDetails: TransferRatePreview);
|
|
33
|
+
accountId: string;
|
|
33
34
|
transactionId: string;
|
|
34
35
|
transactionType: TransactionType;
|
|
35
36
|
transactionStatus: TransactionStatus;
|
|
@@ -37,7 +38,6 @@ export class Transaction {
|
|
|
37
38
|
lastUpdateDate: Date;
|
|
38
39
|
transactionRequesterSource: string;
|
|
39
40
|
transactionDescription: string;
|
|
40
|
-
transactionSourceAccount: TransactionAccount;
|
|
41
41
|
transactionDestinationAccount: TransactionAccount;
|
|
42
42
|
transactionRequestAmount: Currency;
|
|
43
43
|
transferRateDetails: TransferRatePreview;
|
|
@@ -59,6 +59,11 @@ export class Transaction {
|
|
|
59
59
|
* @type {String}
|
|
60
60
|
*/
|
|
61
61
|
requesterName: string;
|
|
62
|
+
/**
|
|
63
|
+
* @member {TransactionAccount} transactionSourceAccount
|
|
64
|
+
* @type {TransactionAccount}
|
|
65
|
+
*/
|
|
66
|
+
transactionSourceAccount: TransactionAccount;
|
|
62
67
|
/**
|
|
63
68
|
* @member {Currency} transactionFinalAmount
|
|
64
69
|
* @type {Currency}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["Transaction.js"],"names":[],"mappings":"AAoBA;;;;GAIG;AACH;IAgCE;;;;;;OAMG;IACH,2CAHW,WAAW,GACV,WAAW,
|
|
1
|
+
{"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["Transaction.js"],"names":[],"mappings":"AAoBA;;;;GAIG;AACH;IAgCE;;;;;;OAMG;IACH,2CAHW,WAAW,GACV,WAAW,CAmCtB;IAvED;;;;;;;;;;;;;;;;OAgBG;IACH,uEAV2B,eAAe,qBACb,iBAAiB,0BACZ,IAAI,kBACZ,IAAI,qGAGW,kBAAkB,4BACvB,QAAQ,uBACb,mBAAmB,EAcjD;IAXC,kBAA0B;IAC1B,sBAAkC;IAClC,iCAAsC;IACtC,qCAA0C;IAC1C,6BAAoD;IACpD,qBAAoC;IACpC,mCAA4D;IAC5D,+BAAoD;IACpD,kDAAkE;IAClE,mCAAwD;IACxD,yCAA8C;IA+ElD;;;;OAIG;IACH,wBAFU,IAAI,CAE8B;IAE5C;;;;OAIG;IACH,iCAFU,IAAI,CAEuC;IASrD;;;;OAIG;IACH,sBAAmC;IAgBnC;;;OAGG;IACH,0BAFU,kBAAkB,CAEkB;IAoB9C;;;OAGG;IACH,wBAFU,QAAQ,CAE0B;IAE5C;;;;OAIG;IACH,iCAA8C;CAhH7C;gCAjF+B,sBAAsB;kCADpB,wBAAwB;mCADvB,yBAAyB;yBADnC,eAAe;oCAIJ,0BAA0B"}
|
|
@@ -29,6 +29,7 @@ export class Transaction {
|
|
|
29
29
|
* The current transaction status and related historical details.
|
|
30
30
|
* @alias module:sellerWallet_2024_03_01/model/Transaction
|
|
31
31
|
* @class
|
|
32
|
+
* @param accountId {String} The unique identifier of the Amazon Seller Wallet bank account from which the money is debited.
|
|
32
33
|
* @param transactionId {String} The unique identifier provided by Amazon to the transaction
|
|
33
34
|
* @param transactionType {TransactionType}
|
|
34
35
|
* @param transactionStatus {TransactionStatus}
|
|
@@ -36,12 +37,12 @@ export class Transaction {
|
|
|
36
37
|
* @param lastUpdateDate {Date} The last update date on the transaction
|
|
37
38
|
* @param transactionRequesterSource {String} The transaction initiation source. This value is either the Amazon portal or PISP name that the customer used to start the transaction.
|
|
38
39
|
* @param transactionDescription {String} A description of the transaction that the requester provides when they initiate the transaction.
|
|
39
|
-
* @param transactionSourceAccount {TransactionAccount}
|
|
40
40
|
* @param transactionDestinationAccount {TransactionAccount}
|
|
41
41
|
* @param transactionRequestAmount {Currency}
|
|
42
42
|
* @param transferRateDetails {TransferRatePreview}
|
|
43
43
|
*/
|
|
44
|
-
constructor (transactionId, transactionType, transactionStatus, transactionRequestDate, lastUpdateDate, transactionRequesterSource, transactionDescription,
|
|
44
|
+
constructor (accountId, transactionId, transactionType, transactionStatus, transactionRequestDate, lastUpdateDate, transactionRequesterSource, transactionDescription, transactionDestinationAccount, transactionRequestAmount, transferRateDetails) {
|
|
45
|
+
this.accountId = accountId
|
|
45
46
|
this.transactionId = transactionId
|
|
46
47
|
this.transactionType = transactionType
|
|
47
48
|
this.transactionStatus = transactionStatus
|
|
@@ -49,7 +50,6 @@ export class Transaction {
|
|
|
49
50
|
this.lastUpdateDate = lastUpdateDate
|
|
50
51
|
this.transactionRequesterSource = transactionRequesterSource
|
|
51
52
|
this.transactionDescription = transactionDescription
|
|
52
|
-
this.transactionSourceAccount = transactionSourceAccount
|
|
53
53
|
this.transactionDestinationAccount = transactionDestinationAccount
|
|
54
54
|
this.transactionRequestAmount = transactionRequestAmount
|
|
55
55
|
this.transferRateDetails = transferRateDetails
|
|
@@ -76,6 +76,7 @@ export class Transaction {
|
|
|
76
76
|
break
|
|
77
77
|
}
|
|
78
78
|
obj = obj || new Transaction()
|
|
79
|
+
if (data.hasOwnProperty('accountId')) { obj.accountId = ApiClient.convertToType(data.accountId, 'String') }
|
|
79
80
|
if (data.hasOwnProperty('transactionId')) { obj.transactionId = ApiClient.convertToType(data.transactionId, 'String') }
|
|
80
81
|
if (data.hasOwnProperty('transactionType')) { obj.transactionType = TransactionType.constructFromObject(data.transactionType) }
|
|
81
82
|
if (data.hasOwnProperty('transactionStatus')) { obj.transactionStatus = TransactionStatus.constructFromObject(data.transactionStatus) }
|
|
@@ -97,6 +98,13 @@ export class Transaction {
|
|
|
97
98
|
}
|
|
98
99
|
}
|
|
99
100
|
|
|
101
|
+
/**
|
|
102
|
+
* The unique identifier of the Amazon Seller Wallet bank account from which the money is debited.
|
|
103
|
+
* @member {String} accountId
|
|
104
|
+
* @type {String}
|
|
105
|
+
*/
|
|
106
|
+
Transaction.prototype.accountId = undefined
|
|
107
|
+
|
|
100
108
|
/**
|
|
101
109
|
* The unique identifier provided by Amazon to the transaction
|
|
102
110
|
* @member {String} transactionId
|
|
@@ -46,10 +46,10 @@ export class TransactionInitiationRequest {
|
|
|
46
46
|
*/
|
|
47
47
|
customerPaymentReference: string;
|
|
48
48
|
/**
|
|
49
|
-
* @member {
|
|
50
|
-
* @type {
|
|
49
|
+
* @member {PayeeContactInformation} payeeContactInformation
|
|
50
|
+
* @type {PayeeContactInformation}
|
|
51
51
|
*/
|
|
52
|
-
|
|
52
|
+
payeeContactInformation: PayeeContactInformation;
|
|
53
53
|
/**
|
|
54
54
|
* @member {TransferRatePreview} transferRateDetails
|
|
55
55
|
* @type {TransferRatePreview}
|
|
@@ -58,6 +58,6 @@ export class TransactionInitiationRequest {
|
|
|
58
58
|
}
|
|
59
59
|
import { TransactionInstrumentDetails } from './TransactionInstrumentDetails.js';
|
|
60
60
|
import { Currency } from './Currency.js';
|
|
61
|
-
import {
|
|
61
|
+
import { PayeeContactInformation } from './PayeeContactInformation.js';
|
|
62
62
|
import { TransferRatePreview } from './TransferRatePreview.js';
|
|
63
63
|
//# sourceMappingURL=TransactionInitiationRequest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionInitiationRequest.d.ts","sourceRoot":"","sources":["TransactionInitiationRequest.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AACH;IAkBE;;;;;;OAMG;IACH,2CAHW,4BAA4B,GAC3B,4BAA4B,CA2BvC;IAjDD;;;;;;;;;OASG;IACH,uEAJ4C,4BAA4B,gBAChD,QAAQ,eACT,IAAI,EAO1B;IAJC,wBAAsC;IACtC,+DAAwE;IACxE,uBAAgC;IAChC,kBAA8B;IA6ClC;;;;OAIG;IACH,6BAA2D;IAQ3D;;;;OAIG;IACH,+BAA6D;IAE7D;;;;OAIG;IACH,iCAA+D;IAE/D;;;OAGG;IACH,
|
|
1
|
+
{"version":3,"file":"TransactionInitiationRequest.d.ts","sourceRoot":"","sources":["TransactionInitiationRequest.js"],"names":[],"mappings":"AAmBA;;;;GAIG;AACH;IAkBE;;;;;;OAMG;IACH,2CAHW,4BAA4B,GAC3B,4BAA4B,CA2BvC;IAjDD;;;;;;;;;OASG;IACH,uEAJ4C,4BAA4B,gBAChD,QAAQ,eACT,IAAI,EAO1B;IAJC,wBAAsC;IACtC,+DAAwE;IACxE,uBAAgC;IAChC,kBAA8B;IA6ClC;;;;OAIG;IACH,6BAA2D;IAQ3D;;;;OAIG;IACH,+BAA6D;IAE7D;;;;OAIG;IACH,iCAA+D;IAE/D;;;OAGG;IACH,yBAFU,uBAAuB,CAE6B;IAQ9D;;;OAGG;IACH,qBAFU,mBAAmB,CAE6B;CApDzD;6CA3D4C,mCAAmC;yBAFvD,eAAe;wCACA,8BAA8B;oCAElC,0BAA0B"}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
14
|
import { ApiClient } from '../ApiClient.js'
|
|
15
|
-
import { AccountHolderAddress } from './AccountHolderAddress.js'
|
|
16
15
|
import { Currency } from './Currency.js'
|
|
16
|
+
import { PayeeContactInformation } from './PayeeContactInformation.js'
|
|
17
17
|
import { TransactionInstrumentDetails } from './TransactionInstrumentDetails.js'
|
|
18
18
|
import { TransferRatePreview } from './TransferRatePreview.js'
|
|
19
19
|
|
|
@@ -66,7 +66,7 @@ export class TransactionInitiationRequest {
|
|
|
66
66
|
if (data.hasOwnProperty('destinationTransactionInstrument')) { obj.destinationTransactionInstrument = TransactionInstrumentDetails.constructFromObject(data.destinationTransactionInstrument) }
|
|
67
67
|
if (data.hasOwnProperty('transactionDescription')) { obj.transactionDescription = ApiClient.convertToType(data.transactionDescription, 'String') }
|
|
68
68
|
if (data.hasOwnProperty('customerPaymentReference')) { obj.customerPaymentReference = ApiClient.convertToType(data.customerPaymentReference, 'String') }
|
|
69
|
-
if (data.hasOwnProperty('
|
|
69
|
+
if (data.hasOwnProperty('payeeContactInformation')) { obj.payeeContactInformation = PayeeContactInformation.constructFromObject(data.payeeContactInformation) }
|
|
70
70
|
if (data.hasOwnProperty('sourceAmount')) { obj.sourceAmount = Currency.constructFromObject(data.sourceAmount) }
|
|
71
71
|
if (data.hasOwnProperty('transferRateDetails')) { obj.transferRateDetails = TransferRatePreview.constructFromObject(data.transferRateDetails) }
|
|
72
72
|
if (data.hasOwnProperty('requestTime')) { obj.requestTime = ApiClient.convertToType(data.requestTime, 'Date') }
|
|
@@ -110,10 +110,10 @@ TransactionInitiationRequest.prototype.transactionDescription = undefined
|
|
|
110
110
|
TransactionInitiationRequest.prototype.customerPaymentReference = undefined
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
|
-
* @member {
|
|
114
|
-
* @type {
|
|
113
|
+
* @member {PayeeContactInformation} payeeContactInformation
|
|
114
|
+
* @type {PayeeContactInformation}
|
|
115
115
|
*/
|
|
116
|
-
TransactionInitiationRequest.prototype.
|
|
116
|
+
TransactionInitiationRequest.prototype.payeeContactInformation = undefined
|
|
117
117
|
|
|
118
118
|
/**
|
|
119
119
|
* @member {Currency} sourceAmount
|
|
@@ -38,7 +38,7 @@ export class VendorShippingApi {
|
|
|
38
38
|
* @param {Date} [opts.shippedBefore] Get Shipment Details by passing Shipped Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
39
39
|
* @param {Date} [opts.shippedAfter] Get Shipment Details by passing Shipped Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
40
40
|
* @param {Date} [opts.estimatedDeliveryBefore] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
41
|
-
* @param {Date} [opts.estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date
|
|
41
|
+
* @param {Date} [opts.estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
42
42
|
* @param {Date} [opts.shipmentDeliveryBefore] Get Shipment Details by passing Shipment Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
43
43
|
* @param {Date} [opts.shipmentDeliveryAfter] Get Shipment Details by passing Shipment Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
44
44
|
* @param {Date} [opts.requestedPickUpBefore] Get Shipment Details by passing Before Requested pickup date. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
@@ -94,7 +94,7 @@ export class VendorShippingApi {
|
|
|
94
94
|
* @param {Date} [opts.shippedBefore] Get Shipment Details by passing Shipped Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
95
95
|
* @param {Date} [opts.shippedAfter] Get Shipment Details by passing Shipped Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
96
96
|
* @param {Date} [opts.estimatedDeliveryBefore] Get Shipment Details by passing Estimated Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
97
|
-
* @param {Date} [opts.estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date
|
|
97
|
+
* @param {Date} [opts.estimatedDeliveryAfter] Get Shipment Details by passing Estimated Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
98
98
|
* @param {Date} [opts.shipmentDeliveryBefore] Get Shipment Details by passing Shipment Delivery Date Before. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
99
99
|
* @param {Date} [opts.shipmentDeliveryAfter] Get Shipment Details by passing Shipment Delivery Date After. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
100
100
|
* @param {Date} [opts.requestedPickUpBefore] Get Shipment Details by passing Before Requested pickup date. Must be in <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601'>ISO 8601</a> format.
|
|
@@ -180,6 +180,20 @@ export class VendorShippingApi {
|
|
|
180
180
|
vendorShipmentIdentifier?: string;
|
|
181
181
|
sellerWarehouseCode?: string;
|
|
182
182
|
}): Promise<GetShipmentLabels>;
|
|
183
|
+
/**
|
|
184
|
+
* SubmitShipmentConfirmation
|
|
185
|
+
* Submits one shipment confirmation for vendor orders and get response immediately. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
186
|
+
* @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
|
|
187
|
+
* @return {Promise<SubmitShipmentConfirmationResponse>}
|
|
188
|
+
*/
|
|
189
|
+
submitShipmentConfirmationWithHttpInfo(body: SubmitShipmentConfirmationRequest): Promise<SubmitShipmentConfirmationResponse>;
|
|
190
|
+
/**
|
|
191
|
+
* SubmitShipmentConfirmation
|
|
192
|
+
* Submits one shipment confirmation for vendor orders and get response immediately. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
193
|
+
* @param {SubmitShipmentConfirmationRequest} body A request to submit shipment confirmation.
|
|
194
|
+
* @return {Promise<SubmitShipmentConfirmationResponse>}
|
|
195
|
+
*/
|
|
196
|
+
submitShipmentConfirmation(body: SubmitShipmentConfirmationRequest): Promise<SubmitShipmentConfirmationResponse>;
|
|
183
197
|
/**
|
|
184
198
|
* SubmitShipmentConfirmations
|
|
185
199
|
* Submits one or more shipment confirmations for vendor orders. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 10 | 10 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
|
|
@@ -212,6 +226,8 @@ export class VendorShippingApi {
|
|
|
212
226
|
}
|
|
213
227
|
import { GetShipmentDetailsResponse } from '../model/GetShipmentDetailsResponse.js';
|
|
214
228
|
import { GetShipmentLabels } from '../model/GetShipmentLabels.js';
|
|
229
|
+
import { SubmitShipmentConfirmationRequest } from '../model/SubmitShipmentConfirmationRequest.js';
|
|
230
|
+
import { SubmitShipmentConfirmationResponse } from '../model/SubmitShipmentConfirmationResponse.js';
|
|
215
231
|
import { SubmitShipmentConfirmationsRequest } from '../model/SubmitShipmentConfirmationsRequest.js';
|
|
216
232
|
import { SubmitShipmentConfirmationsResponse } from '../model/SubmitShipmentConfirmationsResponse.js';
|
|
217
233
|
import { SubmitShipments } from '../model/SubmitShipments.js';
|