/** * Iyzico API * Iyzico Open API Declaration * * The version of the OpenAPI document: 0.1.15 * Contact: oguz.ozcan@vennyx.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * UpdateSubscriptionPricingPlanRequestFields * @export * @interface UpdateSubscriptionPricingPlanRequestFields */ export interface UpdateSubscriptionPricingPlanRequestFields { /** * Plan adı. Ödeme planı ile ilgili kısa bir bilgilendirme olacak şekilde değer girilmelidir. * @type {string} * @memberof UpdateSubscriptionPricingPlanRequestFields */ 'name': string; /** * Deneme süresi veya ücretsiz kullanım süresi olarak kullanılır. Bu değer girilirse, ilk ödeme girilen gün sayısı sonunda alınır. * @type {number} * @memberof UpdateSubscriptionPricingPlanRequestFields */ 'trialPeriodDays'?: number; }