This commit is contained in:
@@ -23,9 +23,21 @@ export class PaymentMethod extends BaseEntity {
|
||||
@Property({ nullable: true })
|
||||
cardNumber?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
cardNumber2?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
cardNumber3?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
cardOwner?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
cardOwner2?: string;
|
||||
|
||||
@Property({ nullable: true })
|
||||
cardOwner3?: string;
|
||||
|
||||
@Property({ default: true })
|
||||
enabled: boolean = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user