IkasPaymentGateway extends IkasBaseModel
additionalPricesIkasPaymentGatewayAdditionalPrice[] | nullRefer to the IkasPaymentGatewayAdditionalPrice reference.
availableCountriesstring[] | nullcodestringdescriptionstring | nulllogoUrlstring | nullmasterPassClientIdstring | nullnamestringpaymentGatewayProviderIdstring | nullsupportedCurrenciesstring[] | nulltestModeboolean | nullRefer to the IkasPaymentGatewayType reference.
paymentMethodsIkasPaymentMethod[]Refer to the IkasPaymentMethod reference.
paymentMethodTypeIkasPaymentMethodTypeRefer to the IkasPaymentMethodType reference.
Refer to the IkasPaymentGatewaySettings reference.
translationsIkasPaymentGatewayTranslation[] | nullRefer to the IkasPaymentGatewayTranslation reference.
getCalculatedAdditionalPricesfunctionfunction getCalculatedAdditionalPrices(totalFinalPrice: number, shippingLines: IkasOrderShippingLine[] | null): { name: string; amount: number; type: IkasPaymentGatewayAdditionalPriceType; }[] | undefined
totalFinalPrice
:
number
shippingLines
:
IkasOrderShippingLine[] | null