@paynl/payparts-types 1.4.0-alpha.111 → 1.4.0-alpha.112

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.
@@ -209,6 +209,8 @@ export interface CheckoutConfig {
209
209
  customer?: CustomerInfo;
210
210
  order?: OrderInfo;
211
211
  lastUsedMethodId?: number;
212
+ lastUsedSubMethodId?: number;
213
+ lastUsedBankAccountNumber?: string;
212
214
  lastUsedEnabled?: boolean;
213
215
  payments?: SessionPaymentInfo[];
214
216
  capturedAmount?: AmountDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paynl/payparts-types",
3
- "version": "1.4.0-alpha.111",
3
+ "version": "1.4.0-alpha.112",
4
4
  "description": "TypeScript type definitions for the PayParts payment SDK",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",