IPaymentInfo.empty constructor
IPaymentInfo.empty()
Implementation
factory IPaymentInfo.empty() {
return IPaymentInfo(
selectedPaymentMethod: IPaymentMethod.empty(),
listOfMobileMoneyPhoneCodes: [],
listOfPaymentMethods: [],
amount: 0,
fee: 0,
customerUrlToListenTo: '-',
systemUrlToListenTo: '-',
directPayRedirectUrl: '-',
currency: ICurrency.empty(),
eChannel: EChannel.none,
fillingInfo: IFillingInfo.none,
id: '-',
description: '-',
);
}