@vendasta/billing 14.3.0 → 14.5.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.
@@ -1,5 +1,6 @@
1
1
  export declare enum PaymentMethodType {
2
2
  PAYMENT_METHOD_TYPE_UNSET = 0,
3
3
  PAYMENT_METHOD_TYPE_CARD = 1,
4
- PAYMENT_METHOD_TYPE_ACH_DEBIT = 2
4
+ PAYMENT_METHOD_TYPE_ACH_DEBIT = 2,
5
+ PAYMENT_METHOD_TYPE_ACSS_DEBIT = 3
5
6
  }
@@ -17,7 +17,8 @@ export declare enum PaymentAllocationType {
17
17
  export declare enum RetailPaymentPaymentMethodDetailsType {
18
18
  PAYMENT_METHOD_DETAILS_TYPE_UNSET = 0,
19
19
  PAYMENT_METHOD_DETAILS_TYPE_CARD = 1,
20
- PAYMENT_METHOD_DETAILS_TYPE_ACH_DEBIT = 2
20
+ PAYMENT_METHOD_DETAILS_TYPE_ACH_DEBIT = 2,
21
+ PAYMENT_METHOD_DETAILS_TYPE_ACSS_DEBIT = 3
21
22
  }
22
23
  export declare enum PaymentSource {
23
24
  PAYMENT_SOURCE_NONE = 0,
@@ -18,7 +18,7 @@ export { AppliedTaxRateInterface, } from './applied-tax-rate.interface';
18
18
  export { ArchiveTaxRequestInterface, CalculateLineItemTaxesRequestInterface, CalculateLineItemTaxesResponseInterface, CalculateTaxRequestInterface, CalculateTaxResponseInterface, CreateTaxRequestInterface, ListTaxRequestFiltersInterface, GetMultiTaxRequestInterface, GetMultiTaxResponseInterface, CalculateLineItemTaxesRequestLineItemInterface, CalculateLineItemTaxesResponseLineItemTaxesInterface, ListTaxRequestInterface, ListTaxResponseInterface, TaxRateInterface, UpdateTaxRequestInterface, } from './tax-rate.interface';
19
19
  export { AppliedBundleInterface, AppliedBundleItemInterface, } from './applied-bundle.interface';
20
20
  export { CreatePaymentCardRequestInterface, DeletePaymentCardRequestInterface, ListPaymentCardsRequestInterface, ListPaymentCardsResponseInterface, PaymentCardInterface, SetDefaultPaymentMethodRequestInterface, UpdatePaymentCardRequestInterface, } from './payment-card.interface';
21
- export { ListPaymentMethodsRequestInterface, ListPaymentMethodsResponseInterface, PaymentACHDebitInterface, PaymentMethodInterface, } from './payment-method.interface';
21
+ export { ListPaymentMethodsRequestInterface, ListPaymentMethodsResponseInterface, PaymentACHDebitInterface, PaymentACSSDebitInterface, PaymentMethodInterface, } from './payment-method.interface';
22
22
  export { AddBundleRequestInterface, AddBundleResponseInterface, AddLineItemRequestInterface, AddLineItemResponseInterface, ChargeInvoiceRequestInterface, CreateInvoiceRequestInterface, CreateInvoiceResponseInterface, CreatePaymentLinkRequestInterface, CreatePaymentLinkResponseInterface, InvoiceCustomerAddressInterface, ListInvoicesRequestFiltersDateFilterInterface, DeleteInvoiceRequestInterface, DeleteLineItemRequestInterface, DeleteLineItemResponseInterface, DuplicateInvoiceRequestInterface, DuplicateInvoiceResponseInterface, ListInvoicesRequestFiltersInterface, GetInvoiceRequestInterface, GetInvoiceResponseInterface, GetUpcomingInvoicePreviewRequestInterface, GetUpcomingInvoicePreviewResponseInterface, InvoiceInterface, InvoiceItemInterface, ListInvoicesRequestInterface, ListInvoicesResponseInterface, NoteInterface, PayInvoiceRequestInterface, PaymentLinkItemInterface, RemoveBundleRequestInterface, RemoveBundleResponseInterface, SendInvoiceRequestInterface, UpdateBundleRequestInterface, UpdateBundleResponseInterface, UpdateDefaultTaxRatesRequestInterface, UpdateDefaultTaxRatesResponseInterface, UpdateInvoiceRequestInterface, UpdateInvoiceResponseInterface, UpdateLineItemRequestInterface, UpdateLineItemResponseInterface, VoidInvoiceRequestInterface, } from './invoice.interface';
23
23
  export { AccountBalanceInterface, BalanceInterface, BalanceAmountInterface, } from './balance.interface';
24
24
  export { DateRangeInterface, } from './date-range.interface';
@@ -26,7 +26,7 @@ export { ListPayoutsRequestFiltersInterface, ListPayoutsRequestInterface, ListPa
26
26
  export { CancelRetailBillingRequestInterface, ChargeSalesInvoiceRequestInterface, ConnectStripeAccountRequestInterface, ConnectStripeAccountResponseInterface, CreateMerchantRequestInterface, DefaultCustomerConfigurationInterface, GetMerchantRequestInterface, GetMerchantResponseInterface, GetMultiRetailConfigurationsRequestInterface, GetMultiRetailConfigurationsResponseInterface, GetOutstandingBalanceRequestInterface, GetOutstandingBalanceResponseInterface, GetPayoutSummaryRequestInterface, GetPayoutSummaryResponseInterface, GetRetailAccountBalanceRequestInterface, GetRetailAccountBalanceResponseInterface, GetRetailBalanceRequestInterface, GetRetailBalanceResponseInterface, GetRetailPayoutRequestInterface, GetRetailPayoutResponseInterface, CreateMerchantRequestIncludeInFinancialRecordsInterface, UpdateMerchantRequestIncludeInFinancialRecordsInterface, ListRetailPayoutsRequestInterface, ListRetailPayoutsResponseInterface, MerchantInterface, RetailConfigurationInterface, GetMultiRetailConfigurationsResponseRetailConfigurationsEntryInterface, SearchMerchantsRequestInterface, SearchMerchantsResponseInterface, SetAutoChargeInvoicesRequestInterface, SetAutoPostInvoicesRequestInterface, SetDefaultPaymentCardRequestInterface, SetHasAlternativePaymentMethodRequestInterface, SetIncludeInFinancialRecordsRequestInterface, UpdateMerchantRequestInterface, UpsertDefaultRetailCustomerConfigurationRequestInterface, UpsertRetailConfigurationRequestInterface, } from './merchant.interface';
27
27
  export { ListMerchantBillingReportsRequestInterface, ListMerchantBillingReportsResponseInterface, MerchantReportInterface, } from './merchant-report.interface';
28
28
  export { CreateMeteredComponentRequestInterface, MeteredComponentInterface, TickComponentUsageRequestInterface, } from './metered-component.interface';
29
- export { RetailPaymentACHDetailsInterface, AdjustmentInterface, RetailPaymentCardDetailsInterface, CloseRetailDisputeRequestInterface, ConfigureRetailPaymentProviderRequestInterface, ConfigureRetailPaymentProviderResponseInterface, ConfirmRetailPaymentRequestInterface, DisputeInterface, DisputeEvidenceInterface, SubmitEvidenceRequestDisputeEvidenceInterface, DisputeEvidenceDetailsInterface, FileInterface, GetRetailDisputeRequestInterface, GetRetailDisputeResponseInterface, GetRetailPaymentProviderRequestInterface, GetRetailPaymentProviderResponseInterface, GetRetailPaymentRequestInterface, GetRetailPaymentResponseInterface, GetWholesaleProviderPublicKeyRequestInterface, GetWholesaleProviderPublicKeyResponseInterface, ListPaymentRequestListPaymentFiltersInterface, ListPaymentRequestInterface, ListPaymentResponseInterface, ListRetailDisputesRequestInterface, ListRetailDisputesResponseInterface, ListRetailPaymentsRequestListRetailPaymentsFiltersInterface, ListRetailPaymentsRequestInterface, ListRetailPaymentsResponseInterface, ListRetailTransactionsRequestListRetailTransactionsFiltersInterface, ListRetailTransactionsRequestInterface, ListRetailTransactionsResponseInterface, PrepareRetailPaymentRequestOrderInterface, PaymentInterface, PaymentPaymentAllocationInterface, PrepareRetailPaymentRequestInterface, PrepareRetailPaymentResponseInterface, RefundRetailPaymentRequestInterface, RefundRetailPaymentResponseInterface, RetailPaymentInterface, RetailPaymentsEnabledRequestInterface, RetailPaymentsEnabledResponseInterface, RetailRefundInterface, RetailStatusRequestInterface, RetailStatusResponseInterface, RetailTransactionInterface, SubmitEvidenceRequestInterface, UpdateRetailPaymentProviderRequestInterface, RetailStatusResponseVerificationErrorInterface, RetailStatusResponseVerificationRequirementsInterface, } from './payment.interface';
29
+ export { RetailPaymentACHDetailsInterface, RetailPaymentACSSDetailsInterface, AdjustmentInterface, RetailPaymentCardDetailsInterface, CloseRetailDisputeRequestInterface, ConfigureRetailPaymentProviderRequestInterface, ConfigureRetailPaymentProviderResponseInterface, ConfirmRetailPaymentRequestInterface, DisputeInterface, SubmitEvidenceRequestDisputeEvidenceInterface, DisputeEvidenceInterface, DisputeEvidenceDetailsInterface, FileInterface, GetRetailDisputeRequestInterface, GetRetailDisputeResponseInterface, GetRetailPaymentProviderRequestInterface, GetRetailPaymentProviderResponseInterface, GetRetailPaymentRequestInterface, GetRetailPaymentResponseInterface, GetWholesaleProviderPublicKeyRequestInterface, GetWholesaleProviderPublicKeyResponseInterface, ListPaymentRequestListPaymentFiltersInterface, ListPaymentRequestInterface, ListPaymentResponseInterface, ListRetailDisputesRequestInterface, ListRetailDisputesResponseInterface, ListRetailPaymentsRequestListRetailPaymentsFiltersInterface, ListRetailPaymentsRequestInterface, ListRetailPaymentsResponseInterface, ListRetailTransactionsRequestListRetailTransactionsFiltersInterface, ListRetailTransactionsRequestInterface, ListRetailTransactionsResponseInterface, PrepareRetailPaymentRequestOrderInterface, PaymentInterface, PaymentPaymentAllocationInterface, PrepareRetailPaymentRequestInterface, PrepareRetailPaymentResponseInterface, RefundRetailPaymentRequestInterface, RefundRetailPaymentResponseInterface, RetailPaymentInterface, RetailPaymentsEnabledRequestInterface, RetailPaymentsEnabledResponseInterface, RetailRefundInterface, RetailStatusRequestInterface, RetailStatusResponseInterface, RetailTransactionInterface, SubmitEvidenceRequestInterface, UpdateRetailPaymentProviderRequestInterface, RetailStatusResponseVerificationErrorInterface, RetailStatusResponseVerificationRequirementsInterface, } from './payment.interface';
30
30
  export { CreatePricingPlanProductRequestInterface, CreatePricingPlanProductResponseInterface, DeletePricingPlanProductRequestInterface, GetMultiPricingPlanProductRequestInterface, GetMultiPricingPlanProductResponseInterface, GetPricingPlanProductRequestInterface, GetPricingPlanProductResponseInterface, ListPricingPlanProductsRequestListPricingPlanProductsFiltersInterface, ListPricingPlanProductsRequestInterface, ListPricingPlanProductsResponseInterface, PricingPlanProductPricingEntryInterface, CreatePricingPlanProductRequestPricingEntryInterface, UpdatePricingPlanProductRequestPricingEntryInterface, PricingPlanProductInterface, UpdatePricingPlanProductRequestInterface, UpdatePricingPlanProductResponseInterface, UpsertWholesalePricingRequestInterface, } from './pricing-plan-product.interface';
31
31
  export { CreateProductRequestInterface, DeleteProductRequestInterface, GetMultiProductRequestInterface, GetMultiProductResponseInterface, ListProductsRequestListProductsFiltersInterface, ListProductsRequestInterface, ListProductsResponseInterface, ProductInterface, GetMultiProductResponseProductsEntryInterface, UpdateProductRequestInterface, } from './product.interface';
32
32
  export { AppliedCreditInterface, ListPurchaseRequestListPurchaseBillingStrategyFilterInterface, ListPurchaseRequestListPurchaseFiltersInterface, ListPurchaseItemsRequestListPurchaseItemsFiltersInterface, ListPurchaseItemsRequestInterface, ListPurchaseItemsResponseInterface, ListPurchaseRequestInterface, ListPurchaseResponseInterface, PauseDunningRequestInterface, PurchaseInterface, PurchaseItemInterface, ResumeDunningRequestInterface, RetryPurchaseRequestInterface, StopDunningRequestInterface, VoidPurchaseRequestInterface, } from './purchase.interface';
@@ -10,8 +10,12 @@ export interface ListPaymentMethodsResponseInterface {
10
10
  export interface PaymentACHDebitInterface {
11
11
  lastFourDigits?: string;
12
12
  }
13
+ export interface PaymentACSSDebitInterface {
14
+ lastFourDigits?: string;
15
+ }
13
16
  export interface PaymentMethodInterface {
14
17
  type?: e.PaymentMethodType;
15
18
  card?: PaymentCardInterface;
16
19
  achDebit?: PaymentACHDebitInterface;
20
+ acssDebit?: PaymentACSSDebitInterface;
17
21
  }
@@ -4,6 +4,9 @@ import * as e from '../enums';
4
4
  export interface RetailPaymentACHDetailsInterface {
5
5
  lastFourDigits?: string;
6
6
  }
7
+ export interface RetailPaymentACSSDetailsInterface {
8
+ lastFourDigits?: string;
9
+ }
7
10
  export interface AdjustmentInterface {
8
11
  id?: string;
9
12
  amount?: number;
@@ -50,17 +53,6 @@ export interface DisputeInterface {
50
53
  fee?: number;
51
54
  feeCurrencyCode?: string;
52
55
  }
53
- export interface DisputeEvidenceInterface {
54
- customerCommunication?: FileInterface;
55
- customerSignature?: FileInterface;
56
- shippingDocumentation?: FileInterface;
57
- receipt?: FileInterface;
58
- uncategorizedFile?: FileInterface;
59
- billingAddress?: string;
60
- customerEmailAddress?: string;
61
- customerName?: string;
62
- productDescription?: string;
63
- }
64
56
  export interface SubmitEvidenceRequestDisputeEvidenceInterface {
65
57
  billingAddress?: string;
66
58
  customerEmailAddress?: string;
@@ -72,6 +64,17 @@ export interface SubmitEvidenceRequestDisputeEvidenceInterface {
72
64
  shippingDocumentationFileId?: string;
73
65
  uncategorizedFileId?: string;
74
66
  }
67
+ export interface DisputeEvidenceInterface {
68
+ customerCommunication?: FileInterface;
69
+ customerSignature?: FileInterface;
70
+ shippingDocumentation?: FileInterface;
71
+ receipt?: FileInterface;
72
+ uncategorizedFile?: FileInterface;
73
+ billingAddress?: string;
74
+ customerEmailAddress?: string;
75
+ customerName?: string;
76
+ productDescription?: string;
77
+ }
75
78
  export interface DisputeEvidenceDetailsInterface {
76
79
  dueBy?: Date;
77
80
  hasEvidence?: boolean;
@@ -226,6 +229,7 @@ export interface RetailPaymentInterface {
226
229
  refunds?: RetailRefundInterface[];
227
230
  paymentMethodDetailsType?: e.RetailPaymentPaymentMethodDetailsType;
228
231
  achDebitDetails?: RetailPaymentACHDetailsInterface;
232
+ acssDebitDetails?: RetailPaymentACSSDetailsInterface;
229
233
  }
230
234
  export interface RetailPaymentsEnabledRequestInterface {
231
235
  merchantId?: string;
@@ -18,7 +18,7 @@ export { AppliedTaxRate, } from './applied-tax-rate';
18
18
  export { ArchiveTaxRequest, CalculateLineItemTaxesRequest, CalculateLineItemTaxesResponse, CalculateTaxRequest, CalculateTaxResponse, CreateTaxRequest, ListTaxRequestFilters, GetMultiTaxRequest, GetMultiTaxResponse, CalculateLineItemTaxesRequestLineItem, CalculateLineItemTaxesResponseLineItemTaxes, ListTaxRequest, ListTaxResponse, TaxRate, UpdateTaxRequest, } from './tax-rate';
19
19
  export { AppliedBundle, AppliedBundleItem, } from './applied-bundle';
20
20
  export { CreatePaymentCardRequest, DeletePaymentCardRequest, ListPaymentCardsRequest, ListPaymentCardsResponse, PaymentCard, SetDefaultPaymentMethodRequest, UpdatePaymentCardRequest, } from './payment-card';
21
- export { ListPaymentMethodsRequest, ListPaymentMethodsResponse, PaymentACHDebit, PaymentMethod, } from './payment-method';
21
+ export { ListPaymentMethodsRequest, ListPaymentMethodsResponse, PaymentACHDebit, PaymentACSSDebit, PaymentMethod, } from './payment-method';
22
22
  export { AddBundleRequest, AddBundleResponse, AddLineItemRequest, AddLineItemResponse, ChargeInvoiceRequest, CreateInvoiceRequest, CreateInvoiceResponse, CreatePaymentLinkRequest, CreatePaymentLinkResponse, InvoiceCustomerAddress, ListInvoicesRequestFiltersDateFilter, DeleteInvoiceRequest, DeleteLineItemRequest, DeleteLineItemResponse, DuplicateInvoiceRequest, DuplicateInvoiceResponse, ListInvoicesRequestFilters, GetInvoiceRequest, GetInvoiceResponse, GetUpcomingInvoicePreviewRequest, GetUpcomingInvoicePreviewResponse, Invoice, InvoiceItem, ListInvoicesRequest, ListInvoicesResponse, Note, PayInvoiceRequest, PaymentLinkItem, RemoveBundleRequest, RemoveBundleResponse, SendInvoiceRequest, UpdateBundleRequest, UpdateBundleResponse, UpdateDefaultTaxRatesRequest, UpdateDefaultTaxRatesResponse, UpdateInvoiceRequest, UpdateInvoiceResponse, UpdateLineItemRequest, UpdateLineItemResponse, VoidInvoiceRequest, } from './invoice';
23
23
  export { AccountBalance, Balance, BalanceAmount, } from './balance';
24
24
  export { DateRange, } from './date-range';
@@ -26,7 +26,7 @@ export { ListPayoutsRequestFilters, ListPayoutsRequest, ListPayoutsResponse, Pay
26
26
  export { CancelRetailBillingRequest, ChargeSalesInvoiceRequest, ConnectStripeAccountRequest, ConnectStripeAccountResponse, CreateMerchantRequest, DefaultCustomerConfiguration, GetMerchantRequest, GetMerchantResponse, GetMultiRetailConfigurationsRequest, GetMultiRetailConfigurationsResponse, GetOutstandingBalanceRequest, GetOutstandingBalanceResponse, GetPayoutSummaryRequest, GetPayoutSummaryResponse, GetRetailAccountBalanceRequest, GetRetailAccountBalanceResponse, GetRetailBalanceRequest, GetRetailBalanceResponse, GetRetailPayoutRequest, GetRetailPayoutResponse, CreateMerchantRequestIncludeInFinancialRecords, UpdateMerchantRequestIncludeInFinancialRecords, ListRetailPayoutsRequest, ListRetailPayoutsResponse, Merchant, RetailConfiguration, GetMultiRetailConfigurationsResponseRetailConfigurationsEntry, SearchMerchantsRequest, SearchMerchantsResponse, SetAutoChargeInvoicesRequest, SetAutoPostInvoicesRequest, SetDefaultPaymentCardRequest, SetHasAlternativePaymentMethodRequest, SetIncludeInFinancialRecordsRequest, UpdateMerchantRequest, UpsertDefaultRetailCustomerConfigurationRequest, UpsertRetailConfigurationRequest, } from './merchant';
27
27
  export { ListMerchantBillingReportsRequest, ListMerchantBillingReportsResponse, MerchantReport, } from './merchant-report';
28
28
  export { CreateMeteredComponentRequest, MeteredComponent, TickComponentUsageRequest, } from './metered-component';
29
- export { RetailPaymentACHDetails, Adjustment, RetailPaymentCardDetails, CloseRetailDisputeRequest, ConfigureRetailPaymentProviderRequest, ConfigureRetailPaymentProviderResponse, ConfirmRetailPaymentRequest, Dispute, DisputeEvidence, SubmitEvidenceRequestDisputeEvidence, DisputeEvidenceDetails, File, GetRetailDisputeRequest, GetRetailDisputeResponse, GetRetailPaymentProviderRequest, GetRetailPaymentProviderResponse, GetRetailPaymentRequest, GetRetailPaymentResponse, GetWholesaleProviderPublicKeyRequest, GetWholesaleProviderPublicKeyResponse, ListPaymentRequestListPaymentFilters, ListPaymentRequest, ListPaymentResponse, ListRetailDisputesRequest, ListRetailDisputesResponse, ListRetailPaymentsRequestListRetailPaymentsFilters, ListRetailPaymentsRequest, ListRetailPaymentsResponse, ListRetailTransactionsRequestListRetailTransactionsFilters, ListRetailTransactionsRequest, ListRetailTransactionsResponse, PrepareRetailPaymentRequestOrder, Payment, PaymentPaymentAllocation, PrepareRetailPaymentRequest, PrepareRetailPaymentResponse, RefundRetailPaymentRequest, RefundRetailPaymentResponse, RetailPayment, RetailPaymentsEnabledRequest, RetailPaymentsEnabledResponse, RetailRefund, RetailStatusRequest, RetailStatusResponse, RetailTransaction, SubmitEvidenceRequest, UpdateRetailPaymentProviderRequest, RetailStatusResponseVerificationError, RetailStatusResponseVerificationRequirements, } from './payment';
29
+ export { RetailPaymentACHDetails, RetailPaymentACSSDetails, Adjustment, RetailPaymentCardDetails, CloseRetailDisputeRequest, ConfigureRetailPaymentProviderRequest, ConfigureRetailPaymentProviderResponse, ConfirmRetailPaymentRequest, Dispute, SubmitEvidenceRequestDisputeEvidence, DisputeEvidence, DisputeEvidenceDetails, File, GetRetailDisputeRequest, GetRetailDisputeResponse, GetRetailPaymentProviderRequest, GetRetailPaymentProviderResponse, GetRetailPaymentRequest, GetRetailPaymentResponse, GetWholesaleProviderPublicKeyRequest, GetWholesaleProviderPublicKeyResponse, ListPaymentRequestListPaymentFilters, ListPaymentRequest, ListPaymentResponse, ListRetailDisputesRequest, ListRetailDisputesResponse, ListRetailPaymentsRequestListRetailPaymentsFilters, ListRetailPaymentsRequest, ListRetailPaymentsResponse, ListRetailTransactionsRequestListRetailTransactionsFilters, ListRetailTransactionsRequest, ListRetailTransactionsResponse, PrepareRetailPaymentRequestOrder, Payment, PaymentPaymentAllocation, PrepareRetailPaymentRequest, PrepareRetailPaymentResponse, RefundRetailPaymentRequest, RefundRetailPaymentResponse, RetailPayment, RetailPaymentsEnabledRequest, RetailPaymentsEnabledResponse, RetailRefund, RetailStatusRequest, RetailStatusResponse, RetailTransaction, SubmitEvidenceRequest, UpdateRetailPaymentProviderRequest, RetailStatusResponseVerificationError, RetailStatusResponseVerificationRequirements, } from './payment';
30
30
  export { CreatePricingPlanProductRequest, CreatePricingPlanProductResponse, DeletePricingPlanProductRequest, GetMultiPricingPlanProductRequest, GetMultiPricingPlanProductResponse, GetPricingPlanProductRequest, GetPricingPlanProductResponse, ListPricingPlanProductsRequestListPricingPlanProductsFilters, ListPricingPlanProductsRequest, ListPricingPlanProductsResponse, PricingPlanProductPricingEntry, CreatePricingPlanProductRequestPricingEntry, UpdatePricingPlanProductRequestPricingEntry, PricingPlanProduct, UpdatePricingPlanProductRequest, UpdatePricingPlanProductResponse, UpsertWholesalePricingRequest, } from './pricing-plan-product';
31
31
  export { CreateProductRequest, DeleteProductRequest, GetMultiProductRequest, GetMultiProductResponse, ListProductsRequestListProductsFilters, ListProductsRequest, ListProductsResponse, Product, GetMultiProductResponseProductsEntry, UpdateProductRequest, } from './product';
32
32
  export { AppliedCredit, ListPurchaseRequestListPurchaseBillingStrategyFilter, ListPurchaseRequestListPurchaseFilters, ListPurchaseItemsRequestListPurchaseItemsFilters, ListPurchaseItemsRequest, ListPurchaseItemsResponse, ListPurchaseRequest, ListPurchaseResponse, PauseDunningRequest, Purchase, PurchaseItem, ResumeDunningRequest, RetryPurchaseRequest, StopDunningRequest, VoidPurchaseRequest, } from './purchase';
@@ -21,10 +21,17 @@ export declare class PaymentACHDebit implements i.PaymentACHDebitInterface {
21
21
  constructor(kwargs?: i.PaymentACHDebitInterface);
22
22
  toApiJson(): object;
23
23
  }
24
+ export declare class PaymentACSSDebit implements i.PaymentACSSDebitInterface {
25
+ lastFourDigits: string;
26
+ static fromProto(proto: any): PaymentACSSDebit;
27
+ constructor(kwargs?: i.PaymentACSSDebitInterface);
28
+ toApiJson(): object;
29
+ }
24
30
  export declare class PaymentMethod implements i.PaymentMethodInterface {
25
31
  type: e.PaymentMethodType;
26
32
  card: PaymentCard;
27
33
  achDebit: PaymentACHDebit;
34
+ acssDebit: PaymentACSSDebit;
28
35
  static fromProto(proto: any): PaymentMethod;
29
36
  constructor(kwargs?: i.PaymentMethodInterface);
30
37
  toApiJson(): object;
@@ -9,6 +9,12 @@ export declare class RetailPaymentACHDetails implements i.RetailPaymentACHDetail
9
9
  constructor(kwargs?: i.RetailPaymentACHDetailsInterface);
10
10
  toApiJson(): object;
11
11
  }
12
+ export declare class RetailPaymentACSSDetails implements i.RetailPaymentACSSDetailsInterface {
13
+ lastFourDigits: string;
14
+ static fromProto(proto: any): RetailPaymentACSSDetails;
15
+ constructor(kwargs?: i.RetailPaymentACSSDetailsInterface);
16
+ toApiJson(): object;
17
+ }
12
18
  export declare class Adjustment implements i.AdjustmentInterface {
13
19
  id: string;
14
20
  amount: number;
@@ -76,20 +82,6 @@ export declare class Dispute implements i.DisputeInterface {
76
82
  constructor(kwargs?: i.DisputeInterface);
77
83
  toApiJson(): object;
78
84
  }
79
- export declare class DisputeEvidence implements i.DisputeEvidenceInterface {
80
- customerCommunication: File;
81
- customerSignature: File;
82
- shippingDocumentation: File;
83
- receipt: File;
84
- uncategorizedFile: File;
85
- billingAddress: string;
86
- customerEmailAddress: string;
87
- customerName: string;
88
- productDescription: string;
89
- static fromProto(proto: any): DisputeEvidence;
90
- constructor(kwargs?: i.DisputeEvidenceInterface);
91
- toApiJson(): object;
92
- }
93
85
  export declare class SubmitEvidenceRequestDisputeEvidence implements i.SubmitEvidenceRequestDisputeEvidenceInterface {
94
86
  billingAddress: string;
95
87
  customerEmailAddress: string;
@@ -104,6 +96,20 @@ export declare class SubmitEvidenceRequestDisputeEvidence implements i.SubmitEvi
104
96
  constructor(kwargs?: i.SubmitEvidenceRequestDisputeEvidenceInterface);
105
97
  toApiJson(): object;
106
98
  }
99
+ export declare class DisputeEvidence implements i.DisputeEvidenceInterface {
100
+ customerCommunication: File;
101
+ customerSignature: File;
102
+ shippingDocumentation: File;
103
+ receipt: File;
104
+ uncategorizedFile: File;
105
+ billingAddress: string;
106
+ customerEmailAddress: string;
107
+ customerName: string;
108
+ productDescription: string;
109
+ static fromProto(proto: any): DisputeEvidence;
110
+ constructor(kwargs?: i.DisputeEvidenceInterface);
111
+ toApiJson(): object;
112
+ }
107
113
  export declare class DisputeEvidenceDetails implements i.DisputeEvidenceDetailsInterface {
108
114
  dueBy: Date;
109
115
  hasEvidence: boolean;
@@ -342,6 +348,7 @@ export declare class RetailPayment implements i.RetailPaymentInterface {
342
348
  refunds: RetailRefund[];
343
349
  paymentMethodDetailsType: e.RetailPaymentPaymentMethodDetailsType;
344
350
  achDebitDetails: RetailPaymentACHDetails;
351
+ acssDebitDetails: RetailPaymentACSSDetails;
345
352
  static fromProto(proto: any): RetailPayment;
346
353
  constructor(kwargs?: i.RetailPaymentInterface);
347
354
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/billing",
3
- "version": "14.3.0",
3
+ "version": "14.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.2.12",
6
6
  "@angular/core": ">=16.2.12"