public class ARBUpdateSubscriptionRequest extends ANetApiRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest"> <sequence> <element name="subscriptionId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/> <element name="subscription" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBSubscriptionType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ARBSubscriptionType |
subscription |
protected String |
subscriptionId |
clientId, merchantAuthentication, refId
Constructor and Description |
---|
ARBUpdateSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
ARBSubscriptionType |
getSubscription()
Gets the value of the subscription property.
|
String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
void |
setSubscription(ARBSubscriptionType value)
Sets the value of the subscription property.
|
void |
setSubscriptionId(String value)
Sets the value of the subscriptionId property.
|
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
protected String subscriptionId
protected ARBSubscriptionType subscription
public String getSubscriptionId()
String
public void setSubscriptionId(String value)
value
- allowed object is
String
public ARBSubscriptionType getSubscription()
ARBSubscriptionType
public void setSubscription(ARBSubscriptionType value)
value
- allowed object is
ARBSubscriptionType
Copyright © 2021. All rights reserved.