Class CancellationRefundOption
java.lang.Object
com.microsoft.store.partnercenter.models.products.CancellationRefundOption
public class CancellationRefundOption extends Object
Represents a refund policy.
-
Constructor Summary
Constructors Constructor Description CancellationRefundOption() -
Method Summary
Modifier and Type Method Description StringgetExpiresAfter()Gets the ISO standard representation of the duration allowed before this refund option expires..StringgetSequenceId()Gets the identifier that represents the position of this refund option (relative to other sibling refund options).StringgetType()Gets the type of refund (full or partial).voidsetExpiresAfter(String value)Sets the ISO standard representation of the duration allowed before this refund option expires.voidsetSequenceId(String value)Sets the identifier that represents the position of this refund option (relative to other sibling refund options).voidsetType(String value)Sets the type of refund (full or partial).
-
Constructor Details
-
CancellationRefundOption
public CancellationRefundOption()
-
-
Method Details
-
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
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
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
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
Gets the type of refund (full or partial).- Returns:
- The type of refund (full or partial).
-
setType
Sets the type of refund (full or partial).- Parameters:
value- The type of refund (full or partial).
-