mirror of
https://github.com/bitwarden/jslib
synced 2026-01-07 02:53:13 +00:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import { PaymentMethodType } from '../../enums/paymentMethodType';
|
|
|
|
export class IapCheckRequest {
|
|
paymentMethodType: PaymentMethodType;
|
|
}
|