Class CancellationRefundOption

java.lang.Object
com.microsoft.store.partnercenter.models.products.CancellationRefundOption

public class CancellationRefundOption
extends Object
Represents a refund policy.
  • Constructor Details

  • Method Details

    • getExpiresAfter

      public String getExpiresAfter()
      Gets the ISO standard representation of the duration allowed before this refund option expires..
      Returns:
      The ISO standard representation of the duration allowed before this refund option expires.
    • setExpiresAfter

      public void setExpiresAfter​(String value)
      Sets the ISO standard representation of the duration allowed before this refund option expires.
      Parameters:
      value - The ISO standard representation of the duration allowed before this refund option expires.
    • getSequenceId

      public String getSequenceId()
      Gets the identifier that represents the position of this refund option (relative to other sibling refund options).
      Returns:
      The identifier that represents the position of this refund option (relative to other sibling refund options).
    • setSequenceId

      public void setSequenceId​(String value)
      Sets the identifier that represents the position of this refund option (relative to other sibling refund options).
      Parameters:
      value - The identifier that represents the position of this refund option (relative to other sibling refund options).
    • getType

      public String getType()
      Gets the type of refund (full or partial).
      Returns:
      The type of refund (full or partial).
    • setType

      public void setType​(String value)
      Sets the type of refund (full or partial).
      Parameters:
      value - The type of refund (full or partial).