1
0
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:
Kyle Spearrin
2019-09-19 08:52:57 -04:00
parent 00b248155a
commit 575a28e25f
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { PaymentMethodType } from '../../enums/paymentMethodType';
export class IapCheckRequest {
paymentMethodType: PaymentMethodType;
}