Skip to main content

IkasPaymentGateway extends IkasBaseModel

Refer to the IkasPaymentGatewayAdditionalPrice reference.

availableCountriesstring[] | null
codestring
descriptionstring | null
masterPassClientIdstring | null
namestring
paymentGatewayProviderIdstring | null
supportedCurrenciesstring[] | null

Refer to the IkasPaymentGatewayType reference.

paymentMethodsIkasPaymentMethod[]

Refer to the IkasPaymentMethod reference.

paymentMethodTypeIkasPaymentMethodType

Refer to the IkasPaymentMethodType reference.

Refer to the IkasPaymentGatewaySettings reference.

Refer to the IkasPaymentGatewayTranslation reference.

getCalculatedAdditionalPricesfunction
function getCalculatedAdditionalPrices(totalFinalPrice: number, shippingLines: IkasOrderShippingLine[] | null): { name: string; amount: number; type: IkasPaymentGatewayAdditionalPriceType; }[] | undefined
totalFinalPrice
:
number
shippingLines
:
IkasOrderShippingLine[] | null