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