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