@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PatchCustomerRequest extends Object
| Constructor and Description |
|---|
PatchCustomerRequest() |
public PatchCustomerRequest links(Tmsv2customersLinks links)
public Tmsv2customersLinks getLinks()
public void setLinks(Tmsv2customersLinks links)
public PatchCustomerRequest id(String id)
public String getId()
public void setId(String id)
public PatchCustomerRequest objectInformation(Tmsv2customersObjectInformation objectInformation)
public Tmsv2customersObjectInformation getObjectInformation()
public void setObjectInformation(Tmsv2customersObjectInformation objectInformation)
public PatchCustomerRequest buyerInformation(Tmsv2customersBuyerInformation buyerInformation)
public Tmsv2customersBuyerInformation getBuyerInformation()
public void setBuyerInformation(Tmsv2customersBuyerInformation buyerInformation)
public PatchCustomerRequest clientReferenceInformation(Tmsv2customersClientReferenceInformation clientReferenceInformation)
public Tmsv2customersClientReferenceInformation getClientReferenceInformation()
public void setClientReferenceInformation(Tmsv2customersClientReferenceInformation clientReferenceInformation)
public PatchCustomerRequest merchantDefinedInformation(List<Tmsv2customersMerchantDefinedInformation> merchantDefinedInformation)
public PatchCustomerRequest addMerchantDefinedInformationItem(Tmsv2customersMerchantDefinedInformation merchantDefinedInformationItem)
public List<Tmsv2customersMerchantDefinedInformation> getMerchantDefinedInformation()
public void setMerchantDefinedInformation(List<Tmsv2customersMerchantDefinedInformation> merchantDefinedInformation)
public PatchCustomerRequest defaultPaymentInstrument(Tmsv2customersDefaultPaymentInstrument defaultPaymentInstrument)
public Tmsv2customersDefaultPaymentInstrument getDefaultPaymentInstrument()
public void setDefaultPaymentInstrument(Tmsv2customersDefaultPaymentInstrument defaultPaymentInstrument)
public PatchCustomerRequest defaultShippingAddress(Tmsv2customersDefaultShippingAddress defaultShippingAddress)
public Tmsv2customersDefaultShippingAddress getDefaultShippingAddress()
public void setDefaultShippingAddress(Tmsv2customersDefaultShippingAddress defaultShippingAddress)
public PatchCustomerRequest metadata(Tmsv2customersMetadata metadata)
public Tmsv2customersMetadata getMetadata()
public void setMetadata(Tmsv2customersMetadata metadata)
public PatchCustomerRequest embedded(Tmsv2customersEmbedded embedded)
public Tmsv2customersEmbedded getEmbedded()
public void setEmbedded(Tmsv2customersEmbedded embedded)
Copyright © 2020. All rights reserved.