public class PayoutRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PayoutRequest.EntityTypeEnum
The type of the entity the payment is processed for.
|
static class |
PayoutRequest.RecurringProcessingModelEnum
Defines a recurring payment type.
|
static class |
PayoutRequest.ShopperInteractionEnum
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
| Constructor and Description |
|---|
PayoutRequest() |
| Modifier and Type | Method and Description |
|---|---|
PayoutRequest |
accountInfo(AccountInfo accountInfo) |
PayoutRequest |
additionalAmount(Amount additionalAmount) |
PayoutRequest |
additionalData(Map<String,String> additionalData) |
PayoutRequest |
addSplitsItem(Split splitsItem) |
PayoutRequest |
amount(Amount amount) |
PayoutRequest |
applicationInfo(ApplicationInfo applicationInfo) |
PayoutRequest |
bankAccount(BankAccount bankAccount) |
PayoutRequest |
billingAddress(Address billingAddress) |
PayoutRequest |
browserInfo(BrowserInfo browserInfo) |
PayoutRequest |
captureDelayHours(Integer captureDelayHours) |
PayoutRequest |
card(Card card) |
PayoutRequest |
dateOfBirth(Date dateOfBirth) |
PayoutRequest |
dccQuote(ForexQuote dccQuote) |
PayoutRequest |
deliveryAddress(Address deliveryAddress) |
PayoutRequest |
deliveryDate(Date deliveryDate) |
PayoutRequest |
deviceFingerprint(String deviceFingerprint) |
PayoutRequest |
enableRealTimeUpdate(Boolean enableRealTimeUpdate) |
PayoutRequest |
entityType(PayoutRequest.EntityTypeEnum entityType) |
boolean |
equals(Object o) |
PayoutRequest |
fraudOffset(Integer fraudOffset) |
PayoutRequest |
fundSource(FundSource fundSource) |
AccountInfo |
getAccountInfo()
Get accountInfo
|
Amount |
getAdditionalAmount()
Get additionalAmount
|
Map<String,String> |
getAdditionalData()
This field contains additional data, which may be required for a particular payment request.
|
Amount |
getAmount()
Get amount
|
ApplicationInfo |
getApplicationInfo()
Get applicationInfo
|
BankAccount |
getBankAccount()
Get bankAccount
|
Address |
getBillingAddress()
Get billingAddress
|
BrowserInfo |
getBrowserInfo()
Get browserInfo
|
Integer |
getCaptureDelayHours()
The delay between the authorisation and scheduled auto-capture, specified in hours.
|
Card |
getCard()
Get card
|
Date |
getDateOfBirth()
The shopper's date of birth.
|
ForexQuote |
getDccQuote()
Get dccQuote
|
Address |
getDeliveryAddress()
Get deliveryAddress
|
Date |
getDeliveryDate()
The date and time the purchased goods should be delivered.
|
String |
getDeviceFingerprint()
A string containing the shopper's device fingerprint.
|
PayoutRequest.EntityTypeEnum |
getEntityType()
The type of the entity the payment is processed for.
|
Integer |
getFraudOffset()
An integer value that is added to the normal fraud score.
|
FundSource |
getFundSource()
Get fundSource
|
Installments |
getInstallments()
Get installments
|
String |
getMcc()
The [merchant category code](https://en.wikipedia.org/wiki/Merchant_category_code) (MCC) is a four-digit number, which relates to a particular market segment.
|
String |
getMerchantAccount()
The merchant account identifier, with which you want to process the transaction.
|
String |
getMerchantOrderReference()
This reference allows linking multiple transactions to each other.
|
MerchantRiskIndicator |
getMerchantRiskIndicator()
Get merchantRiskIndicator
|
Map<String,String> |
getMetadata()
Metadata consists of entries, each of which includes a key and a value.
|
ThreeDSecureData |
getMpiData()
Get mpiData
|
String |
getNationality()
The two-character country code of the shopper's nationality.
|
String |
getOrderReference()
The order reference to link multiple partial payments.
|
Recurring |
getRecurring()
Get recurring
|
PayoutRequest.RecurringProcessingModelEnum |
getRecurringProcessingModel()
Defines a recurring payment type.
|
String |
getReference()
The reference to uniquely identify a payment.
|
String |
getSelectedBrand()
Some payment methods require defining a value for this field to specify how to process the transaction.
|
String |
getSelectedRecurringDetailReference()
The `recurringDetailReference` you want to use for this payment.
|
String |
getSessionId()
A session ID used to identify a payment session.
|
String |
getShopperEmail()
The shopper's email address.
|
PayoutRequest.ShopperInteractionEnum |
getShopperInteraction()
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
String |
getShopperIP()
The shopper's IP address.
|
String |
getShopperLocale()
The combination of a language code and a country code to specify the language to be used in the payment.
|
Name |
getShopperName()
Get shopperName
|
String |
getShopperReference()
The shopper's reference to uniquely identify this shopper (e.g.
|
String |
getShopperStatement()
The text to appear on the shopper's bank statement.
|
String |
getSocialSecurityNumber()
The shopper's social security number.
|
List<Split> |
getSplits()
The details of how the payment should be split when distributing a payment to a MarketPay Marketplace and its Accounts.
|
String |
getStore()
The physical store, for which this payment is processed.
|
String |
getTelephoneNumber()
The shopper's telephone number.
|
ThreeDS2RequestData |
getThreeDS2RequestData()
Get threeDS2RequestData
|
String |
getTotalsGroup()
The reference value to aggregate sales totals in reporting.
|
int |
hashCode() |
PayoutRequest |
installments(Installments installments) |
Boolean |
isEnableRealTimeUpdate()
Choose if a specific transaction should use the Real-time Account Updater, regardless of other settings.
|
Boolean |
isThreeDSAuthenticationOnly()
If set to true, you will only perform the [3D Secure 2 authentication](https://docs.adyen.com/checkout/3d-secure/native-3ds2/authentication-only), and not the payment authorisation.
|
Boolean |
isTrustedShopper()
Set to true if the payment should be routed to a trusted MID.
|
PayoutRequest |
mcc(String mcc) |
PayoutRequest |
merchantAccount(String merchantAccount) |
PayoutRequest |
merchantOrderReference(String merchantOrderReference) |
PayoutRequest |
merchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator) |
PayoutRequest |
metadata(Map<String,String> metadata) |
PayoutRequest |
mpiData(ThreeDSecureData mpiData) |
PayoutRequest |
nationality(String nationality) |
PayoutRequest |
orderReference(String orderReference) |
PayoutRequest |
recurring(Recurring recurring) |
PayoutRequest |
recurringProcessingModel(PayoutRequest.RecurringProcessingModelEnum recurringProcessingModel) |
PayoutRequest |
reference(String reference) |
PayoutRequest |
selectedBrand(String selectedBrand) |
PayoutRequest |
selectedRecurringDetailReference(String selectedRecurringDetailReference) |
PayoutRequest |
sessionId(String sessionId) |
void |
setAccountInfo(AccountInfo accountInfo) |
void |
setAdditionalAmount(Amount additionalAmount) |
void |
setAdditionalData(Map<String,String> additionalData) |
void |
setAmount(Amount amount) |
void |
setApplicationInfo(ApplicationInfo applicationInfo) |
void |
setBankAccount(BankAccount bankAccount) |
void |
setBillingAddress(Address billingAddress) |
void |
setBrowserInfo(BrowserInfo browserInfo) |
void |
setCaptureDelayHours(Integer captureDelayHours) |
void |
setCard(Card card) |
void |
setDateOfBirth(Date dateOfBirth) |
void |
setDccQuote(ForexQuote dccQuote) |
void |
setDeliveryAddress(Address deliveryAddress) |
void |
setDeliveryDate(Date deliveryDate) |
void |
setDeviceFingerprint(String deviceFingerprint) |
void |
setEnableRealTimeUpdate(Boolean enableRealTimeUpdate) |
void |
setEntityType(PayoutRequest.EntityTypeEnum entityType) |
void |
setFraudOffset(Integer fraudOffset) |
void |
setFundSource(FundSource fundSource) |
void |
setInstallments(Installments installments) |
void |
setMcc(String mcc) |
void |
setMerchantAccount(String merchantAccount) |
void |
setMerchantOrderReference(String merchantOrderReference) |
void |
setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator) |
void |
setMetadata(Map<String,String> metadata) |
void |
setMpiData(ThreeDSecureData mpiData) |
void |
setNationality(String nationality) |
void |
setOrderReference(String orderReference) |
void |
setRecurring(Recurring recurring) |
void |
setRecurringProcessingModel(PayoutRequest.RecurringProcessingModelEnum recurringProcessingModel) |
void |
setReference(String reference) |
void |
setSelectedBrand(String selectedBrand) |
void |
setSelectedRecurringDetailReference(String selectedRecurringDetailReference) |
void |
setSessionId(String sessionId) |
void |
setShopperEmail(String shopperEmail) |
void |
setShopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction) |
void |
setShopperIP(String shopperIP) |
void |
setShopperLocale(String shopperLocale) |
void |
setShopperName(Name shopperName) |
void |
setShopperReference(String shopperReference) |
void |
setShopperStatement(String shopperStatement) |
void |
setSocialSecurityNumber(String socialSecurityNumber) |
void |
setSplits(List<Split> splits) |
void |
setStore(String store) |
void |
setTelephoneNumber(String telephoneNumber) |
void |
setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData) |
void |
setThreeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly) |
void |
setTotalsGroup(String totalsGroup) |
void |
setTrustedShopper(Boolean trustedShopper) |
PayoutRequest |
shopperEmail(String shopperEmail) |
PayoutRequest |
shopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction) |
PayoutRequest |
shopperIP(String shopperIP) |
PayoutRequest |
shopperLocale(String shopperLocale) |
PayoutRequest |
shopperName(Name shopperName) |
PayoutRequest |
shopperReference(String shopperReference) |
PayoutRequest |
shopperStatement(String shopperStatement) |
PayoutRequest |
socialSecurityNumber(String socialSecurityNumber) |
PayoutRequest |
splits(List<Split> splits) |
PayoutRequest |
store(String store) |
PayoutRequest |
telephoneNumber(String telephoneNumber) |
PayoutRequest |
threeDS2RequestData(ThreeDS2RequestData threeDS2RequestData) |
PayoutRequest |
threeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly) |
String |
toString() |
PayoutRequest |
totalsGroup(String totalsGroup) |
PayoutRequest |
trustedShopper(Boolean trustedShopper) |
public PayoutRequest accountInfo(AccountInfo accountInfo)
public AccountInfo getAccountInfo()
public void setAccountInfo(AccountInfo accountInfo)
public PayoutRequest additionalAmount(Amount additionalAmount)
public Amount getAdditionalAmount()
public void setAdditionalAmount(Amount additionalAmount)
public PayoutRequest additionalData(Map<String,String> additionalData)
public Map<String,String> getAdditionalData()
public PayoutRequest amount(Amount amount)
public Amount getAmount()
public void setAmount(Amount amount)
public PayoutRequest applicationInfo(ApplicationInfo applicationInfo)
public ApplicationInfo getApplicationInfo()
public void setApplicationInfo(ApplicationInfo applicationInfo)
public PayoutRequest bankAccount(BankAccount bankAccount)
public BankAccount getBankAccount()
public void setBankAccount(BankAccount bankAccount)
public PayoutRequest billingAddress(Address billingAddress)
public Address getBillingAddress()
public void setBillingAddress(Address billingAddress)
public PayoutRequest browserInfo(BrowserInfo browserInfo)
public BrowserInfo getBrowserInfo()
public void setBrowserInfo(BrowserInfo browserInfo)
public PayoutRequest captureDelayHours(Integer captureDelayHours)
public Integer getCaptureDelayHours()
public void setCaptureDelayHours(Integer captureDelayHours)
public PayoutRequest card(Card card)
public Card getCard()
public void setCard(Card card)
public PayoutRequest dateOfBirth(Date dateOfBirth)
public Date getDateOfBirth()
public void setDateOfBirth(Date dateOfBirth)
public PayoutRequest dccQuote(ForexQuote dccQuote)
public ForexQuote getDccQuote()
public void setDccQuote(ForexQuote dccQuote)
public PayoutRequest deliveryAddress(Address deliveryAddress)
public Address getDeliveryAddress()
public void setDeliveryAddress(Address deliveryAddress)
public PayoutRequest deliveryDate(Date deliveryDate)
public Date getDeliveryDate()
public void setDeliveryDate(Date deliveryDate)
public PayoutRequest deviceFingerprint(String deviceFingerprint)
public String getDeviceFingerprint()
public void setDeviceFingerprint(String deviceFingerprint)
public PayoutRequest enableRealTimeUpdate(Boolean enableRealTimeUpdate)
public Boolean isEnableRealTimeUpdate()
public void setEnableRealTimeUpdate(Boolean enableRealTimeUpdate)
public PayoutRequest entityType(PayoutRequest.EntityTypeEnum entityType)
public PayoutRequest.EntityTypeEnum getEntityType()
public void setEntityType(PayoutRequest.EntityTypeEnum entityType)
public PayoutRequest fraudOffset(Integer fraudOffset)
public Integer getFraudOffset()
public void setFraudOffset(Integer fraudOffset)
public PayoutRequest fundSource(FundSource fundSource)
public FundSource getFundSource()
public void setFundSource(FundSource fundSource)
public PayoutRequest installments(Installments installments)
public Installments getInstallments()
public void setInstallments(Installments installments)
public PayoutRequest mcc(String mcc)
public String getMcc()
public void setMcc(String mcc)
public PayoutRequest merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public PayoutRequest merchantOrderReference(String merchantOrderReference)
public String getMerchantOrderReference()
public void setMerchantOrderReference(String merchantOrderReference)
public PayoutRequest merchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)
public MerchantRiskIndicator getMerchantRiskIndicator()
public void setMerchantRiskIndicator(MerchantRiskIndicator merchantRiskIndicator)
public PayoutRequest metadata(Map<String,String> metadata)
public Map<String,String> getMetadata()
public PayoutRequest mpiData(ThreeDSecureData mpiData)
public ThreeDSecureData getMpiData()
public void setMpiData(ThreeDSecureData mpiData)
public PayoutRequest nationality(String nationality)
public String getNationality()
public void setNationality(String nationality)
public PayoutRequest orderReference(String orderReference)
public String getOrderReference()
public void setOrderReference(String orderReference)
public PayoutRequest recurring(Recurring recurring)
public Recurring getRecurring()
public void setRecurring(Recurring recurring)
public PayoutRequest recurringProcessingModel(PayoutRequest.RecurringProcessingModelEnum recurringProcessingModel)
public PayoutRequest.RecurringProcessingModelEnum getRecurringProcessingModel()
public void setRecurringProcessingModel(PayoutRequest.RecurringProcessingModelEnum recurringProcessingModel)
public PayoutRequest reference(String reference)
public String getReference()
public void setReference(String reference)
public PayoutRequest selectedBrand(String selectedBrand)
public String getSelectedBrand()
public void setSelectedBrand(String selectedBrand)
public PayoutRequest selectedRecurringDetailReference(String selectedRecurringDetailReference)
public String getSelectedRecurringDetailReference()
public void setSelectedRecurringDetailReference(String selectedRecurringDetailReference)
public PayoutRequest sessionId(String sessionId)
public String getSessionId()
public void setSessionId(String sessionId)
public PayoutRequest shopperEmail(String shopperEmail)
public String getShopperEmail()
public void setShopperEmail(String shopperEmail)
public PayoutRequest shopperIP(String shopperIP)
public String getShopperIP()
public void setShopperIP(String shopperIP)
public PayoutRequest shopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction)
public PayoutRequest.ShopperInteractionEnum getShopperInteraction()
public void setShopperInteraction(PayoutRequest.ShopperInteractionEnum shopperInteraction)
public PayoutRequest shopperLocale(String shopperLocale)
public String getShopperLocale()
public void setShopperLocale(String shopperLocale)
public PayoutRequest shopperName(Name shopperName)
public Name getShopperName()
public void setShopperName(Name shopperName)
public PayoutRequest shopperReference(String shopperReference)
public String getShopperReference()
public void setShopperReference(String shopperReference)
public PayoutRequest shopperStatement(String shopperStatement)
public String getShopperStatement()
public void setShopperStatement(String shopperStatement)
public PayoutRequest socialSecurityNumber(String socialSecurityNumber)
public String getSocialSecurityNumber()
public void setSocialSecurityNumber(String socialSecurityNumber)
public PayoutRequest splits(List<Split> splits)
public PayoutRequest addSplitsItem(Split splitsItem)
public List<Split> getSplits()
public PayoutRequest store(String store)
public String getStore()
public void setStore(String store)
public PayoutRequest telephoneNumber(String telephoneNumber)
public String getTelephoneNumber()
public void setTelephoneNumber(String telephoneNumber)
public PayoutRequest threeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)
public ThreeDS2RequestData getThreeDS2RequestData()
public void setThreeDS2RequestData(ThreeDS2RequestData threeDS2RequestData)
public PayoutRequest threeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly)
public Boolean isThreeDSAuthenticationOnly()
public void setThreeDSAuthenticationOnly(Boolean threeDSAuthenticationOnly)
public PayoutRequest totalsGroup(String totalsGroup)
public String getTotalsGroup()
public void setTotalsGroup(String totalsGroup)
public PayoutRequest trustedShopper(Boolean trustedShopper)
public Boolean isTrustedShopper()
public void setTrustedShopper(Boolean trustedShopper)
Copyright © 2022. All rights reserved.