public class PayoutResponseCustomer extends Object
| Constructor and Description |
|---|
PayoutResponseCustomer() |
| Modifier and Type | Method and Description |
|---|---|
PayoutResponseCustomer |
email(String email) |
PayoutResponseCustomer |
id(String id) |
PayoutResponseCustomer |
phone(String phone) |
void |
setEmail(String email) |
void |
setId(String id) |
void |
setPhone(String phone) |
String |
toString() |
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 setPhone(String phone)
public PayoutResponseCustomer phone(String phone)
phone - Customer's phoneCopyright © 2020. All rights reserved.