public class AccountFundingRecipient extends Object
Constructor and Description |
---|
AccountFundingRecipient() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountNumber()
Should be populated with the value of the corresponding accountNumberType of the recipient.
|
String |
getAccountNumberType()
Defines the account number type of the recipient.
|
Address |
getAddress()
Object containing the address details of the recipient of an account funding transaction.
|
String |
getDateOfBirth()
The date of birth of the recipient
Format: YYYYMMDD |
AfrName |
getName()
Object containing the name details of the recipient of an account funding transaction.
|
String |
getPartialPan()
Either partialPan or accountnumber is required for merchants that use Merchant Category Code (MCC) 6012 for transactions involving UK costumers.
|
void |
setAccountNumber(String value)
Should be populated with the value of the corresponding accountNumberType of the recipient.
|
void |
setAccountNumberType(String value)
Defines the account number type of the recipient.
|
void |
setAddress(Address value)
Object containing the address details of the recipient of an account funding transaction.
|
void |
setDateOfBirth(String value)
The date of birth of the recipient
Format: YYYYMMDD |
void |
setName(AfrName value)
Object containing the name details of the recipient of an account funding transaction.
|
void |
setPartialPan(String value)
Either partialPan or accountnumber is required for merchants that use Merchant Category Code (MCC) 6012 for transactions involving UK costumers.
|
public String getAccountNumber()
public void setAccountNumber(String value)
public String getAccountNumberType()
public void setAccountNumberType(String value)
public Address getAddress()
public void setAddress(Address value)
public String getDateOfBirth()
public void setDateOfBirth(String value)
public AfrName getName()
public void setName(AfrName value)
public String getPartialPan()
public void setPartialPan(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.