Type Alias PlatformCancellableDiscountAmountExceededError
PlatformCancellableDiscountAmountExceededError: {
type: "PLATFORM_CANCELLABLE_DISCOUNT_AMOUNT_EXCEEDED";
discountSharePolicyId: string;
discountSharePolicyGraphqlId: string;
cancellableAmount: number;
requestAmount: number;
productId?: string;
message?: string;
}
Type declaration
type: "PLATFORM_CANCELLABLE_DISCOUNT_AMOUNT_EXCEEDED"
discountSharePolicyId: string
discountSharePolicyGraphqlId: string
cancellableAmount: number
requestAmount: number
Optional
productId?: string
Optional
message?: string
(int64)