Air Valid Forms Of Payment
Container for fees that are charged for using certain payment methods. Since the method of payment is not known until time of booking, these fees are returned separately and not included in the total price
Parameters
payment Method
Method of payment
name
Name of Payment Method.
fee
The amount of the payment fee.
currency
Currency of the fee in ISO 4217 format
Constructors
Link copied to clipboard
public AirValidFormsOfPayment AirValidFormsOfPayment(String paymentMethod, String name, String fee, String currency)