Uses of Class
com.microsoft.store.partnercenter.models.products.CancellationRefundOption
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.products |
-
Uses of CancellationRefundOption in com.microsoft.store.partnercenter.models.products
Methods in com.microsoft.store.partnercenter.models.products that return types with arguments of type CancellationRefundOption Modifier and Type Method Description Iterable<CancellationRefundOption>CancellationPolicy. getRefundOptions()Gets the refund options that can apply to this cancellation policy.Method parameters in com.microsoft.store.partnercenter.models.products with type arguments of type CancellationRefundOption Modifier and Type Method Description voidCancellationPolicy. setRefundOptions(Iterable<CancellationRefundOption> value)Sets the refund options that can apply to this cancellation policy.