Class TmaBillingAccountRequestWsDto

java.lang.Object
de.hybris.platform.b2ctelcowebservices.dto.TmaBillingAccountRequestWsDto
All Implemented Interfaces:
Serializable

public class TmaBillingAccountRequestWsDto extends Object implements Serializable
Used as request type for BillingAccount rest operations
See Also:
  • Constructor Details

    • TmaBillingAccountRequestWsDto

      public TmaBillingAccountRequestWsDto()
  • Method Details

    • setBillingAccountId

      public void setBillingAccountId(String billingAccountId)
    • getBillingAccountId

      public String getBillingAccountId()
    • setBillingSystemId

      public void setBillingSystemId(String billingSystemId)
    • getBillingSystemId

      public String getBillingSystemId()
    • setParentBillingAccountId

      public void setParentBillingAccountId(String parentBillingAccountId)
    • getParentBillingAccountId

      public String getParentBillingAccountId()