OnrampPlatformPayParams: {
    googlePay?: OnrampGooglePayParams;
    samsungPay?: OnrampSamsungPayParams;
    applePay?: ApplePayBaseParams & ApplePayPaymentMethodParams;
}

Platform Pay parameters for the onramp collectPaymentMethod call.

Type declaration