{
"passengerType": "adult",
"canVoid": true,
"currency": "CNY",
"change": {
">0": 300,
">4": 200,
"<-4": 500
},
"changeDescription": "Change before departure CNY 300",
"refund": {
">0": 500,
">4": 300,
"<-4": 800
},
"refundDescription": "Refund before departure CNY 500",
"originText": "Original fare rule text",
"longestStay": "1Y",
"shortestStay": "0D",
"convertedCurrency": "USD",
"convertedChange": {
"property1": 0,
"property2": 0
},
"convertedRefund": {
"property1": 0,
"property2": 0
}
}