IkasPaymentGateway extends IkasBaseModel
additionalPrices
IkasPaymentGatewayAdditionalPrice[] | nullRefer to the IkasPaymentGatewayAdditionalPrice reference.
availableCountries
string[] | nullcode
stringdescription
string | nulllogoUrl
string | nullmasterPassClientId
string | nullname
stringpaymentGatewayProviderId
string | nullsupportedCurrencies
string[] | nulltestMode
boolean | nullRefer to the IkasPaymentGatewayType reference.
paymentMethods
IkasPaymentMethod[]Refer to the IkasPaymentMethod reference.
paymentMethodType
IkasPaymentMethodTypeRefer to the IkasPaymentMethodType reference.
Refer to the IkasPaymentGatewaySettings reference.
translations
IkasPaymentGatewayTranslation[] | nullRefer to the IkasPaymentGatewayTranslation reference.
getCalculatedAdditionalPrices
functionfunction getCalculatedAdditionalPrices(totalFinalPrice: number, shippingLines: IkasOrderShippingLine[] | null): { name: string; amount: number; type: IkasPaymentGatewayAdditionalPriceType; }[] | undefined
totalFinalPrice
:
number
shippingLines
:
IkasOrderShippingLine[] | null