public class RefundResponseCustomer extends Object
| Constructor and Description |
|---|
RefundResponseCustomer() |
| Modifier and Type | Method and Description |
|---|---|
RefundResponseCustomer |
email(String email) |
RefundResponseCustomer |
id(String id) |
RefundResponseCustomer |
ipCountry(String ipCountry) |
void |
setEmail(String email) |
void |
setId(String id) |
void |
setIpCountry(String ipCountry) |
void |
setUserAgent(String userAgent) |
String |
toString() |
RefundResponseCustomer |
userAgent(String userAgent) |
public void setEmail(String email)
public RefundResponseCustomer 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 RefundResponseCustomer id(String id)
id - Customer's ID in Merchant's systempublic void setIpCountry(String ipCountry)
public RefundResponseCustomer ipCountry(String ipCountry)
ipCountry - Customer country by IPpublic void setUserAgent(String userAgent)
public RefundResponseCustomer userAgent(String userAgent)
userAgent - User agentCopyright © 2024. All rights reserved.