CancellationPolicy Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.products.CancellationPolicy

public class CancellationPolicy

Represents a cancellation policy.

Constructor Summary

Constructor Description
CancellationPolicy()

Method Summary

Modifier and Type Method and Description
java.lang.Iterable<CancellationRefundOption> 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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

CancellationPolicy

public CancellationPolicy()

Method Details

getRefundOptions

public Iterable getRefundOptions()

Gets the refund options that can apply to this cancellation policy.

Returns:

The refund options that can apply to this cancellation policy.

setRefundOptions

public void setRefundOptions(Iterable value)

Sets the refund options that can apply to this cancellation policy.

Parameters:

value - The refund options that can apply to this cancellation policy.

Applies to