@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsBuyerInformation extends Object
| Constructor and Description |
|---|
V2paymentsBuyerInformation() |
public V2paymentsBuyerInformation merchantCustomerId(String merchantCustomerId)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
public V2paymentsBuyerInformation dateOfBirth(String dateOfBirth)
public String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
public V2paymentsBuyerInformation vatRegistrationNumber(String vatRegistrationNumber)
public String getVatRegistrationNumber()
public void setVatRegistrationNumber(String vatRegistrationNumber)
public V2paymentsBuyerInformation personalIdentification(List<V2paymentsBuyerInformationPersonalIdentification> personalIdentification)
public V2paymentsBuyerInformation addPersonalIdentificationItem(V2paymentsBuyerInformationPersonalIdentification personalIdentificationItem)
public List<V2paymentsBuyerInformationPersonalIdentification> getPersonalIdentification()
public void setPersonalIdentification(List<V2paymentsBuyerInformationPersonalIdentification> personalIdentification)
public V2paymentsBuyerInformation hashedPassword(String hashedPassword)
public String getHashedPassword()
public void setHashedPassword(String hashedPassword)
Copyright © 2018. All rights reserved.