/** * Dashboard API * Dashboard API documentation * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The type of payment method to be used to complete an onramp order. * @export * @enum {string} */ export declare enum CoinbaseOnrampOrderPaymentMethod { GuestCheckoutApplePay = "GUEST_CHECKOUT_APPLE_PAY" } export declare function CoinbaseOnrampOrderPaymentMethodFromJSON(json: any): CoinbaseOnrampOrderPaymentMethod; export declare function CoinbaseOnrampOrderPaymentMethodFromJSONTyped(json: any, ignoreDiscriminator: boolean): CoinbaseOnrampOrderPaymentMethod; export declare function CoinbaseOnrampOrderPaymentMethodToJSON(value?: CoinbaseOnrampOrderPaymentMethod | null): any;