@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class TssV2TransactionsGet200ResponseBuyerInformation extends Object
| Constructor and Description |
|---|
TssV2TransactionsGet200ResponseBuyerInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHashedPassword()
The merchant's password that CyberSource hashes and stores as a hashed password.
|
String |
getMerchantCustomerId()
Your identifier for the customer.
|
int |
hashCode() |
TssV2TransactionsGet200ResponseBuyerInformation |
hashedPassword(String hashedPassword) |
TssV2TransactionsGet200ResponseBuyerInformation |
merchantCustomerId(String merchantCustomerId) |
void |
setHashedPassword(String hashedPassword) |
void |
setMerchantCustomerId(String merchantCustomerId) |
String |
toString() |
public TssV2TransactionsGet200ResponseBuyerInformation()
public TssV2TransactionsGet200ResponseBuyerInformation merchantCustomerId(String merchantCustomerId)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
public TssV2TransactionsGet200ResponseBuyerInformation hashedPassword(String hashedPassword)
public String getHashedPassword()
public void setHashedPassword(String hashedPassword)
Copyright © 2020. All rights reserved.