AW-1805 Add mollie service
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
15
projects/common/src/fm/models/mollie.payment.response.ts
Normal file
15
projects/common/src/fm/models/mollie.payment.response.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
export interface IMolliePaymentResponse {
|
||||
createdAt?: Date,
|
||||
expiresAt?: Date,
|
||||
checkoutUrl?: string,
|
||||
}
|
||||
|
||||
export class MolliePaymentResponse implements IMolliePaymentResponse {
|
||||
public createdAt?: Date;
|
||||
public expiresAt?: Date;
|
||||
public checkoutUrl?: string;
|
||||
|
||||
constructor() {
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user