import { PaymentMethodType } from "../../enums/paymentMethodType"; export class IapCheckRequest { paymentMethodType: PaymentMethodType; }