CancellationRefundOption Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. products. CancellationRefundOption
- com.
public class CancellationRefundOption
Represents a refund policy.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CancellationRefundOption() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getExpiresAfter()
Gets the ISO standard representation of the duration allowed before this refund option expires.. |
| java.lang.String |
getSequenceId()
Gets the identifier that represents the position of this refund option (relative to other sibling refund options). |
| java.lang.String |
getType()
Gets the type of refund (full or partial). |
| void |
setExpiresAfter(String value)
Sets the ISO standard representation of the duration allowed before this refund option expires. |
| void |
setSequenceId(String value)
Sets the identifier that represents the position of this refund option (relative to other sibling refund options). |
| void |
setType(String value)
Sets the type of refund (full or partial). |
Inherited Members
Constructor Details
CancellationRefundOption
public CancellationRefundOption()
Method Details
getExpiresAfter
public String getExpiresAfter()
Gets the ISO standard representation of the duration allowed before this refund option expires..
Returns:
getSequenceId
public String getSequenceId()
Gets the identifier that represents the position of this refund option (relative to other sibling refund options).
Returns:
getType
public String getType()
Gets the type of refund (full or partial).
Returns:
setExpiresAfter
public void setExpiresAfter(String value)
Sets the ISO standard representation of the duration allowed before this refund option expires.
Parameters:
setSequenceId
public void setSequenceId(String value)
Sets the identifier that represents the position of this refund option (relative to other sibling refund options).
Parameters:
setType
public void setType(String value)
Sets the type of refund (full or partial).
Parameters: