@chevre/factory 4.329.0-alpha.2 → 4.329.0-alpha.3
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.
|
@@ -106,7 +106,7 @@ export interface IResultPaymentMethod {
|
|
|
106
106
|
currency?: string;
|
|
107
107
|
};
|
|
108
108
|
}
|
|
109
|
-
export interface
|
|
109
|
+
export interface IResultAsInvoice {
|
|
110
110
|
/**
|
|
111
111
|
* The identifier for the account the payment will be applied to.
|
|
112
112
|
*/
|
|
@@ -141,6 +141,7 @@ export interface IResult {
|
|
|
141
141
|
typeOf: ResultType;
|
|
142
142
|
issuedThrough: IOrderPaymentMethodIssuedThrough;
|
|
143
143
|
}
|
|
144
|
+
export declare type IResult = IResultAsInvoice | IResultAsInvoice[];
|
|
144
145
|
export interface IPurpose {
|
|
145
146
|
typeOf: TransactionType;
|
|
146
147
|
id: string;
|