@d19n/youfibre-odin-sdk 2.0.78 → 2.0.80

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.
@@ -137,7 +137,9 @@ export declare enum PaymentMethodPropertyKeys {
137
137
  /** payment method type (Finance - PaymentMethod) */
138
138
  Type = "Type",
139
139
  /** is this the default payment method (Finance - PaymentMethod) */
140
- Default = "Default"
140
+ Default = "Default",
141
+ /** 2 ending digits of the sort code (Finance - PaymentMethod) */
142
+ SortCodeEnding = "SortCodeEnding"
141
143
  }
142
144
  /**
143
145
  * Properties for PaymentMethod records
@@ -243,6 +245,13 @@ export interface PaymentMethodProperties {
243
245
  * @hidden This field is hidden in the UI
244
246
  */
245
247
  Default: PaymentMethodDefault;
248
+ /** 2 ending digits of the sort code (Finance - PaymentMethod)
249
+ *
250
+ * @type {TEXT}
251
+ * @pii This field contains personally identifiable information
252
+ * @hidden This field is hidden in the UI
253
+ */
254
+ SortCodeEnding: string;
246
255
  }
247
256
  /**
248
257
  * PaymentMethod entity from BillingModule
@@ -140,6 +140,8 @@ var PaymentMethodPropertyKeys;
140
140
  PaymentMethodPropertyKeys["Type"] = "Type";
141
141
  /** is this the default payment method (Finance - PaymentMethod) */
142
142
  PaymentMethodPropertyKeys["Default"] = "Default";
143
+ /** 2 ending digits of the sort code (Finance - PaymentMethod) */
144
+ PaymentMethodPropertyKeys["SortCodeEnding"] = "SortCodeEnding";
143
145
  })(PaymentMethodPropertyKeys = exports.PaymentMethodPropertyKeys || (exports.PaymentMethodPropertyKeys = {}));
144
146
  /**
145
147
  * PaymentMethod entity from BillingModule
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.78",
3
+ "version": "2.0.80",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",