CancellationPolicy Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. products. CancellationPolicy
- com.
public class CancellationPolicy
Represents a cancellation policy.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CancellationPolicy() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
java.lang.Iterable<Cancellation |
getRefundOptions()
Gets the refund options that can apply to this cancellation policy. |
| void |
setRefundOptions(Iterable<CancellationRefundOption> value)
Sets the refund options that can apply to this cancellation policy. |
Inherited Members
Constructor Details
CancellationPolicy
public CancellationPolicy()
Method Details
getRefundOptions
public Iterable
Gets the refund options that can apply to this cancellation policy.
Returns:
setRefundOptions
public void setRefundOptions(Iterable
Sets the refund options that can apply to this cancellation policy.
Parameters: