public class PayoutResponseCustomer extends Object
| Constructor and Description |
|---|
PayoutResponseCustomer() |
| Modifier and Type | Method and Description |
|---|---|
PayoutResponseCustomer |
email(String email) |
PayoutResponseCustomer |
id(String id) |
PayoutResponseCustomer |
ipCountry(String ipCountry) |
PayoutResponseCustomer |
phone(String phone) |
void |
setEmail(String email) |
void |
setId(String id) |
void |
setIpCountry(String ipCountry) |
void |
setPhone(String phone) |
void |
setUserAgent(String userAgent) |
String |
toString() |
PayoutResponseCustomer |
userAgent(String userAgent) |
public void setEmail(String email)
public PayoutResponseCustomer email(String email)
email - Customer's e-mail address, here can be value returned from payment method - in case then in Merchant request `customer.email` wasn't presentedpublic void setId(String id)
public PayoutResponseCustomer id(String id)
id - Customer's ID in Merchant's systempublic void setIpCountry(String ipCountry)
public PayoutResponseCustomer ipCountry(String ipCountry)
ipCountry - Customer country by IPpublic void setPhone(String phone)
public PayoutResponseCustomer phone(String phone)
phone - Customer's phonepublic void setUserAgent(String userAgent)
public PayoutResponseCustomer userAgent(String userAgent)
userAgent - User agentCopyright © 2023. All rights reserved.