public class InvoiceCustomer extends Object
| Constructor and Description |
|---|
InvoiceCustomer() |
| Modifier and Type | Method and Description |
|---|---|
InvoiceCustomer |
email(String email) |
InvoiceCustomer |
id(String id) |
InvoiceCustomer |
locale(String locale) |
InvoiceCustomer |
phone(String phone) |
void |
setEmail(String email) |
void |
setId(String id) |
void |
setLocale(String locale) |
void |
setPhone(String phone) |
String |
toString() |
public void setEmail(String email)
public InvoiceCustomer email(String email)
email - Email address of the customerpublic void setId(String id)
public InvoiceCustomer id(String id)
id - Customer's ID in Merchant's systempublic void setLocale(String locale)
public InvoiceCustomer locale(String locale)
locale - Preferred locale for the payment page ([ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) language code). The default locale (en or other locale if it's set as default in Merchant account) will be applied if the selected locale (received in request) is not supported. Supported locales are: `ar`, `az`, `bg`, `cs`, `de`, `el`, `en`, `es`, `fr`, `hu`, `hy`, `id`, `it`, `ja`, `ka`, `ko`, `ms`, `nl`, `pl`, `pt`, `ro`, `ru`, `sr`, `sv`, `th`, `tr`, `uk`, `vi`, `zh`public void setPhone(String phone)
public InvoiceCustomer phone(String phone)
phone - Customer phone numberCopyright © 2024. All rights reserved.