UNPKG

wallee

Version:
24 lines (23 loc) 839 B
import { AbstractSubscriptionAffiliateUpdate } from "./AbstractSubscriptionAffiliateUpdate"; declare class SubscriptionAffiliateCreate extends AbstractSubscriptionAffiliateUpdate { /** * A client generated nonce which identifies the entity to be created. Subsequent creation requests with the same external ID will not create new entities but return the initially created entity instead. */ 'externalId': string; /** * The reference used to identify the affiliate. */ 'reference': string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export { SubscriptionAffiliateCreate };