Uses of Class
com.onlinepayments.domain.PaymentLinkOrderOutput
Packages that use PaymentLinkOrderOutput
-
Uses of PaymentLinkOrderOutput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentLinkOrderOutputModifier and TypeMethodDescriptionPaymentLinkResponse.getPaymentLinkOrder()An object containing the details of the related payment output.PaymentLinkOrderOutput.withAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesPaymentLinkOrderOutput.withMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.PaymentLinkOrderOutput.withSurchargeSpecificOutput(SurchargeForPaymentLink value) Object containing details how surcharge will be applied to a payment link.Methods in com.onlinepayments.domain with parameters of type PaymentLinkOrderOutputModifier and TypeMethodDescriptionvoidPaymentLinkResponse.setPaymentLinkOrder(PaymentLinkOrderOutput value) An object containing the details of the related payment output.PaymentLinkResponse.withPaymentLinkOrder(PaymentLinkOrderOutput value) An object containing the details of the related payment output.