Skip to main content

RuleSummary

No description

type RuleSummary {
couponId: Int!
segmentIdx: Int
penaltyType: String
penaltyPercent: BigDecimal
penaltyAmount: Amount
originalCurrencyPenaltyAmount: Amount
ruleAllowsRefund: Boolean
isWorthRefunding: Boolean!
cancellationFareRuleDetailId: Int!
changeFareRuleDetailId: Int!
isSecondPenalty: Boolean!
}

Fields

RuleSummary.couponId ● Int! non-null scalar

RuleSummary.segmentIdx ● Int scalar

RuleSummary.penaltyType ● String scalar

RuleSummary.penaltyPercent ● BigDecimal scalar

RuleSummary.penaltyAmount ● Amount object

RuleSummary.originalCurrencyPenaltyAmount ● Amount object

RuleSummary.ruleAllowsRefund ● Boolean scalar

RuleSummary.isWorthRefunding ● Boolean! non-null scalar

RuleSummary.cancellationFareRuleDetailId ● Int! non-null scalar

RuleSummary.changeFareRuleDetailId ● Int! non-null scalar

RuleSummary.isSecondPenalty ● Boolean! non-null scalar

Member Of

RefundCandidateDisplay object