Share via


Subscription.RefundOptions Property

Definition

Gets or sets the refund options for this subscription if applicable.

public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.Subscriptions.RefundOption> RefundOptions { get; set; }
member this.RefundOptions : seq<Microsoft.Store.PartnerCenter.Models.Subscriptions.RefundOption> with get, set
Public Property RefundOptions As IEnumerable(Of RefundOption)

Property Value

The refund options.

Applies to