up
This commit is contained in:
@@ -18,6 +18,12 @@ export class PaymentMethod extends BaseEntity {
|
||||
@Property({ default: true })
|
||||
isActive: boolean = true;
|
||||
|
||||
@Property({ default: true })
|
||||
isOnline: boolean = true;
|
||||
|
||||
@Property({ type: 'int', nullable: true })
|
||||
order?: number;
|
||||
|
||||
@Property({ nullable: true })
|
||||
callbackUrl?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user