/** * Lob * The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors.
Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
*
* The version of the OpenAPI document: 1.3.0
* Contact: lob-openapi@lob.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { Thumbnail } from "./thumbnail";
/**
*
* @export
* @class Card
*/
export declare class Card {
constructor(input?: any);
/**
* Unique identifier prefixed with `card_`.
* @type {string}
* @memberof Card
*/
private "_id";
get id(): string;
set id(newValue: string);
/**
* The signed link for the card.
* @type {string}
* @memberof Card
*/
"url": string;
/**
* True if the cards should be auto-reordered.
* @type {boolean}
* @memberof Card
*/
"auto_reorder": boolean;
/**
* The number of cards to be reordered. Only present when auto_reorder is True.
* @type {number}
* @memberof Card
*/
"reorder_quantity"?: number | null;
/**
* The raw URL of the card.
* @type {string}
* @memberof Card
*/
"raw_url"?: string;
/**
* The original URL of the front template.
* @type {string}
* @memberof Card
*/
"front_original_url"?: string;
/**
* The original URL of the back template.
* @type {string}
* @memberof Card
*/
"back_original_url"?: string;
/**
*
* @type {Array