createCrypto

fun createCrypto(    billingDetails: PaymentMethod.BillingDetails? = null,     metadata: Map<String, String>? = null,     allowRedisplay: PaymentMethod.AllowRedisplay? = null): PaymentMethodCreateParams

Helper method to create PaymentMethodCreateParams with PaymentMethod.Type.Crypto as the payment method type