CancellationRefundOption Class

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

public class CancellationRefundOption

Represents a refund policy.

Constructor Summary

Constructor Description
CancellationRefundOption()

Method Summary

Modifier and Type Method and Description
java.lang.String getExpiresAfter()

Gets the ISO standard representation of the duration allowed before this refund option expires..

java.lang.String getSequenceId()

Gets the identifier that represents the position of this refund option (relative to other sibling refund options).

java.lang.String getType()

Gets the type of refund (full or partial).

void setExpiresAfter(String value)

Sets the ISO standard representation of the duration allowed before this refund option expires.

void setSequenceId(String value)

Sets the identifier that represents the position of this refund option (relative to other sibling refund options).

void setType(String value)

Sets the type of refund (full or partial).

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

CancellationRefundOption

public CancellationRefundOption()

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.

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).

getType

public String getType()

Gets the type of refund (full or partial).

Returns:

The type of refund (full or partial).

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.

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).

setType

public void setType(String value)

Sets the type of refund (full or partial).

Parameters:

value - The type of refund (full or partial).

Applies to