VoluntaryRefundResult
This type is used by the refundResult container, which shows the payment source used and status of the refund to the buyer.
Type that uses VoluntaryRefundResult:
Calls that use VoluntaryRefundResult:
/post-order/v2/casemanagement/{caseId}/issue_refund POST, /post-order/v2/inquiry/{inquiryId}/issue_refund POST
Fields
refundSource ( RefundPaymentTypeEnum ) [0..?]
This enumeration value indicates the payment source used to refund the buyer to resolve an inquiry or case.
See the Field Index to learn which calls use refundSource.
refundStatus ( RefundStatusEnum ) [0..?]
This enumeration value indicates the success or failure of a full refund being issued by the seller through an issue_refund method.
See the Field Index to learn which calls use refundStatus.