Spaces:
Sleeping
Sleeping
import { IsNumber, IsOptional, IsString } from "class-validator" | |
export class CreatePaymentUrlDto { | |
() | |
amount: number | |
() | |
() | |
bankCode: string | |
() | |
orderId: string | |
() | |
orderDescription: string | |
() | |
orderType: string | |
() | |
language: string | |
} | |