Uses of Class
com.onlinepayments.domain.SurchargeForPaymentLink
Packages that use SurchargeForPaymentLink
-
Uses of SurchargeForPaymentLink in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return SurchargeForPaymentLinkModifier and TypeMethodDescriptionPaymentLinkOrderInput.getSurchargeSpecificInput()Object containing details how surcharge will be applied to a payment link.PaymentLinkOrderOutput.getSurchargeSpecificOutput()Object containing details how surcharge will be applied to a payment link.SurchargeForPaymentLink.withSurchargeMode(String value) The surcharge mode which defines how a merchant will apply surcharging.Methods in com.onlinepayments.domain with parameters of type SurchargeForPaymentLinkModifier and TypeMethodDescriptionvoidPaymentLinkOrderInput.setSurchargeSpecificInput(SurchargeForPaymentLink value) Object containing details how surcharge will be applied to a payment link.voidPaymentLinkOrderOutput.setSurchargeSpecificOutput(SurchargeForPaymentLink value) Object containing details how surcharge will be applied to a payment link.PaymentLinkOrderInput.withSurchargeSpecificInput(SurchargeForPaymentLink value) Object containing details how surcharge will be applied to a payment link.PaymentLinkOrderOutput.withSurchargeSpecificOutput(SurchargeForPaymentLink value) Object containing details how surcharge will be applied to a payment link.