Type Alias PlatformCancellableDiscountTaxFreeAmountExceededError

PlatformCancellableDiscountTaxFreeAmountExceededError: {
    type: "PLATFORM_CANCELLABLE_DISCOUNT_TAX_FREE_AMOUNT_EXCEEDED";
    discountSharePolicyId: string;
    discountSharePolicyGraphqlId: string;
    cancellableAmount: number;
    requestAmount: number;
    productId?: string;
    message?: string;
}

Type declaration

  • type: "PLATFORM_CANCELLABLE_DISCOUNT_TAX_FREE_AMOUNT_EXCEEDED"
  • discountSharePolicyId: string
  • discountSharePolicyGraphqlId: string
  • cancellableAmount: number

    (int64)

  • requestAmount: number

    (int64)

  • OptionalproductId?: string
  • Optionalmessage?: string