@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
11 lines • 441 B
TypeScript
export interface AndroidTransactionInfo {
checkoutOption?: 'COMPLETE_IMMEDIATE_PURCHASE' | 'DEFAULT';
countryCode?: string;
currencyCode: string;
totalPrice: string;
totalPriceLabel?: string;
totalPriceStatus: 'ESTIMATED' | 'FINAL' | 'NOT_CURRENTLY_KNOWN';
transactionId?: string;
}
export declare const defaultAndroidTransactionInfo: AndroidTransactionInfo;
//# sourceMappingURL=android-transaction-info.d.ts.map