Uses of Class
com.microsoft.store.partnercenter.models.subscriptions.RefundOption
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.subscriptions |
-
Uses of RefundOption in com.microsoft.store.partnercenter.models.subscriptions
Methods in com.microsoft.store.partnercenter.models.subscriptions that return types with arguments of type RefundOption Modifier and Type Method Description Iterable<RefundOption>Subscription. getRefundOptions()Gets the refund options for this subscription if applicable.Method parameters in com.microsoft.store.partnercenter.models.subscriptions with type arguments of type RefundOption Modifier and Type Method Description voidSubscription. setRefundOptions(Iterable<RefundOption> value)Sets the refund options for this subscription if applicable.