eBay Post-Order APIVersion 2.7.7
 

can:MoneyMovementDetailType

This type is used to express details about all monetary transactions that may occur with an order cancellation request.

Type that uses can:MoneyMovementDetailType:

Call that uses can:MoneyMovementDetailType:

Fields



actualAmount ( Amount ) [0..?]
This container shows the actual amount of the monetary transaction. The actualAmount field will only show up if the monetary transaction was confirmed to be successful (corresponding status value shows as SUCCESS. If the status value shows any value other than SUCCESS, the expected amount of the monetary transaction can be seen in the requestedAmount field.
See the Field Index to learn which calls use actualAmount.

creationDate ( DateTime ) [0..?]
This timestamp indicates the date and time when the monetary transaction occurred.
See the Field Index to learn which calls use creationDate.

moneyMovementType ( can:MoneyMovementTypeEnum ) [0..?]
This enumeration value indicates the type of monetary transaction that is either in the process of being executed or has already executed.

Monetary transactions include a seller's partial or full refund to the buyer, eBay refunding the buyer, or eBay recouping money from the seller for a buyer refund issued by eBay.
See the Field Index to learn which calls use moneyMovementType.

requestedAmount ( Amount ) [0..?]
This container shows the expected amount of the transaction.

This field is returned regardless of the value shown in the corresponding status field. The actualAmount field displays only when the monetary transaction was confirmed to be successful (status value is SUCCESS.
See the Field Index to learn which calls use requestedAmount.

status ( string ) [0..?]
This enumeration value indicates the success or failure of the monetary transaction type (noted in the moneyMovementType field)

The list of enumeration values that may be returned in this field are defined in the MoneyMovementStatusEnum type definition.
See the Field Index to learn which calls use status.