@vendasta/billing 14.43.0 → 14.44.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.
@@ -253,6 +253,7 @@ export interface RetailPaymentInterface {
253
253
  acssDebitDetails?: RetailPaymentACSSDetailsInterface;
254
254
  paymentFacilitatorFee?: number;
255
255
  paymentFacilitatorType?: e.PaymentFacilitatorType;
256
+ settledAt?: Date;
256
257
  }
257
258
  export interface RetailPaymentsEnabledRequestInterface {
258
259
  merchantId?: string;
@@ -378,6 +378,7 @@ export declare class RetailPayment implements i.RetailPaymentInterface {
378
378
  acssDebitDetails: RetailPaymentACSSDetails;
379
379
  paymentFacilitatorFee: number;
380
380
  paymentFacilitatorType: e.PaymentFacilitatorType;
381
+ settledAt: Date;
381
382
  static fromProto(proto: any): RetailPayment;
382
383
  constructor(kwargs?: i.RetailPaymentInterface);
383
384
  toApiJson(): object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendasta/billing",
3
- "version": "14.43.0",
3
+ "version": "14.44.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.2.12",
6
6
  "@angular/core": ">=16.2.12"