UNPKG

wallee

Version:
20 lines (19 loc) 604 B
import { AbstractSubscriptionProductActive } from "./AbstractSubscriptionProductActive"; declare class SubscriptionProductCreate extends AbstractSubscriptionProductActive { /** * The merchant's reference used to identify the product, e.g. the SKU. */ 'reference': string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export { SubscriptionProductCreate };