Uses of Class
com.onlinepayments.domain.PaymentLinkOrderInput
Packages that use PaymentLinkOrderInput
-
Uses of PaymentLinkOrderInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentLinkOrderInputModifier and TypeMethodDescriptionCreatePaymentLinkRequest.getPaymentLinkOrder()An object containing the details of the related payment input.PaymentLinkOrderInput.withAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesPaymentLinkOrderInput.withMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.PaymentLinkOrderInput.withSurchargeSpecificInput(SurchargeForPaymentLink value) Object containing details how surcharge will be applied to a payment link.Methods in com.onlinepayments.domain with parameters of type PaymentLinkOrderInputModifier and TypeMethodDescriptionvoidCreatePaymentLinkRequest.setPaymentLinkOrder(PaymentLinkOrderInput value) An object containing the details of the related payment input.CreatePaymentLinkRequest.withPaymentLinkOrder(PaymentLinkOrderInput value) An object containing the details of the related payment input.