UNPKG

wallee

Version:
23 lines (22 loc) 479 B
declare class ShopifyRecurringOrderUpdateRequest { /** * */ 'executionDate'?: Date; /** * */ 'recurringOrderId'?: number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export { ShopifyRecurringOrderUpdateRequest };