FerryCancelPolicy
Information about a policy cancellation.
type FerryCancelPolicy {
refundable: Boolean!
cancelPenalties: [FerryCancelPenalty!]
}
Fields
FerryCancelPolicy.refundable
● Boolean!
non-null scalar
Indicates if the option is refundable or non-refundable
FerryCancelPolicy.cancelPenalties
● [FerryCancelPenalty!]
list object
List of cancellation penalties
Member Of
FerryOfferData
object