@getopenpay/client
Version:
OpenPay API TypeScript SDK
84 lines (83 loc) • 3.59 kB
TypeScript
/**
* OpenPay API
* super charge your subscription management.
*
* The version of the OpenAPI document: 1.2.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
*/
export declare const ObjectName: {
readonly Account: "account";
readonly AnalyticsSegment: "analytics_segment";
readonly ApiToken: "api_token";
readonly BillingMeter: "billing_meter";
readonly BillingMeterEvent: "billing_meter_event";
readonly BillingMeterEventAdjustment: "billing_meter_event_adjustment";
readonly Bundle: "bundle";
readonly BundleItem: "bundle_item";
readonly Charge: "charge";
readonly CheckoutAttempt: "checkout_attempt";
readonly CheckoutSession: "checkout_session";
readonly CheckoutSessionItem: "checkout_session_item";
readonly Coupon: "coupon";
readonly CreditNote: "credit_note";
readonly CreditNoteItem: "credit_note_item";
readonly Customer: "customer";
readonly CustomerBalanceTransaction: "customer_balance_transaction";
readonly DataImportBatch: "data_import_batch";
readonly DeliveryAttempt: "delivery_attempt";
readonly Discount: "discount";
readonly Dispute: "dispute";
readonly Email: "email";
readonly Event: "event";
readonly Invite: "invite";
readonly Invoice: "invoice";
readonly InvoiceDiscount: "invoice_discount";
readonly InvoiceItem: "invoice_item";
readonly InvoiceItemDiscount: "invoice_item_discount";
readonly Onboarding: "onboarding";
readonly PaymentIntent: "payment_intent";
readonly PaymentLink: "payment_link";
readonly PaymentLinkLineItem: "payment_link_line_item";
readonly PaymentLinkProductBundle: "payment_link_product_bundle";
readonly PaymentMethod: "payment_method";
readonly PaymentMethodMapping: "payment_method_mapping";
readonly PaymentProcessor: "payment_processor";
readonly PaymentRoute: "payment_route";
readonly PortalSession: "portal_session";
readonly Price: "price";
readonly PriceTier: "price_tier";
readonly ProcessorCardCheckoutState: "processor_card_checkout_state";
readonly Product: "product";
readonly ProductFamily: "product_family";
readonly PromotionCode: "promotion_code";
readonly Refund: "refund";
readonly SetupIntent: "setup_intent";
readonly SingleUseToken: "single_use_token";
readonly StateTransitionLog: "state_transition_log";
readonly Subscription: "subscription";
readonly SubscriptionItem: "subscription_item";
readonly TaxIntegration: "tax_integration";
readonly UnifiedCcState: "unified_cc_state";
readonly TokenizedCardPaymentMethod: "tokenized_card_payment_method";
readonly TransitionEligibility: "transition_eligibility";
readonly User: "user";
readonly UserLogin: "user_login";
readonly UserRecord: "user_record";
readonly UserRecordSummary: "user_record_summary";
readonly WebhookEndpoint: "webhook_endpoint";
readonly GlobalSettings: "global_settings";
};
export type ObjectName = typeof ObjectName[keyof typeof ObjectName];
export declare function instanceOfObjectName(value: any): boolean;
export declare function ObjectNameFromJSON(json: any): ObjectName;
export declare function ObjectNameFromJSONTyped(json: any, ignoreDiscriminator: boolean): ObjectName;
export declare function ObjectNameToJSON(value?: ObjectName | null): any;
export declare function ObjectNameToJSONTyped(value: any, ignoreDiscriminator: boolean): ObjectName;