mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
in-app purchase pre-check api
This commit is contained in:
5
src/models/request/iapCheckRequest.ts
Normal file
5
src/models/request/iapCheckRequest.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { PaymentMethodType } from '../../enums/paymentMethodType';
|
||||
|
||||
export class IapCheckRequest {
|
||||
paymentMethodType: PaymentMethodType;
|
||||
}
|
||||
Reference in New Issue
Block a user