feat: applepay payment request object (#519)

This commit is contained in:
Sangamesh Kulkarni
2023-02-23 14:56:30 +05:30
committed by GitHub
parent 63f9b6124d
commit 8ee097ea21
8 changed files with 1001 additions and 372 deletions

View File

@ -173,12 +173,19 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::PaymentsSessionRequest,
api_models::payments::PaymentsSessionResponse,
api_models::payments::SessionToken,
api_models::payments::ApplePaySessionObject,
api_models::payments::ApplePayRequest,
api_models::payments::AmountInfo,
api_models::payments::GpayMerchantInfo,
api_models::payments::GpayAllowedPaymentMethods,
api_models::payments::GpayAllowedMethodsParameters,
api_models::payments::GpayTokenizationSpecification,
api_models::payments::GpayTokenParameters,
api_models::payments::GpayTransactionInfo,
api_models::payments::GpayData,
api_models::payments::KlarnaData,
api_models::payments::PaypalData,
api_models::payments::ApplepayData,
api_models::payments::PaymentsCancelRequest,
api_models::payments::PaymentListConstraints,
api_models::payments::PaymentListResponse,