@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
9 lines • 335 B
TypeScript
export interface AndroidAssuranceDetailsSpecifications {
accountVerified: boolean;
cardHolderAuthenticated: boolean;
}
export declare const emptyAndroidAssuranceDetailsSpecifications: {
accountVerified: boolean;
cardHolderAuthenticated: boolean;
};
//# sourceMappingURL=android-assurance-details-specifications.d.ts.map