java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.BillingSystemRef
public class BillingSystemRef
extends Object
Billing system reference.
-
Constructor Summary
Constructors
-
Method Summary
boolean
Url used to reference the BillingSystem.
The id of the billing system.
int
void
void
-
Constructor Details
-
BillingSystemRef
public BillingSystemRef()
-
Method Details
-
-
getId
@NotNull
public @NotNull String getId()
The id of the billing system.
- Returns:
- id
-
-
-
getHref
Url used to reference the BillingSystem.
- Returns:
- href
-
setHref
public void setHref(String href)
-
-
-