/** * 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 link. * @export * @enum {string} */ export declare enum CoinbaseOnrampOrderPaymentLinkType { PaymentLinkTypeApplePayButton = "PAYMENT_LINK_TYPE_APPLE_PAY_BUTTON" } export declare function CoinbaseOnrampOrderPaymentLinkTypeFromJSON(json: any): CoinbaseOnrampOrderPaymentLinkType; export declare function CoinbaseOnrampOrderPaymentLinkTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): CoinbaseOnrampOrderPaymentLinkType; export declare function CoinbaseOnrampOrderPaymentLinkTypeToJSON(value?: CoinbaseOnrampOrderPaymentLinkType | null): any;