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

Platform Pay parameters for the onramp collectPaymentMethod call.

Type declaration