up
This commit is contained in:
@@ -6,6 +6,10 @@ export class CreatePaymentMethodDto {
|
||||
@IsString()
|
||||
name!: string;
|
||||
|
||||
@ApiProperty({ description: 'English Payment method name' })
|
||||
@IsString()
|
||||
keyName!: string;
|
||||
|
||||
@ApiProperty({ description: 'Payment method description', required: false })
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
@@ -26,4 +30,3 @@ export class CreatePaymentMethodDto {
|
||||
@IsNumber()
|
||||
order?: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user