Package com.onlinepayments.domain
Class PaymentLinkOrderInput
java.lang.Object
com.onlinepayments.domain.PaymentLinkOrderInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject containing amount and ISO currency code attributesYour unique reference of the transaction that is also returned in our report files.Object containing details how surcharge will be applied to a payment link.voidsetAmount(AmountOfMoney value) Object containing amount and ISO currency code attributesvoidsetMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.voidObject containing details how surcharge will be applied to a payment link.withAmount(AmountOfMoney value) Object containing amount and ISO currency code attributeswithMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.Object containing details how surcharge will be applied to a payment link.
-
Constructor Details
-
PaymentLinkOrderInput
public PaymentLinkOrderInput()
-
-
Method Details
-
getAmount
Object containing amount and ISO currency code attributes -
setAmount
Object containing amount and ISO currency code attributes -
withAmount
Object containing amount and ISO currency code attributes -
getMerchantReference
Your unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files. It is highly recommended to provide a single MerchantReference per unique order on your side -
setMerchantReference
Your unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files. It is highly recommended to provide a single MerchantReference per unique order on your side -
withMerchantReference
Your unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files. It is highly recommended to provide a single MerchantReference per unique order on your side -
getSurchargeSpecificInput
Object containing details how surcharge will be applied to a payment link. -
setSurchargeSpecificInput
Object containing details how surcharge will be applied to a payment link. -
withSurchargeSpecificInput
Object containing details how surcharge will be applied to a payment link.
-