Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (11 loc) · 1.1 KB

CreditNoteUpdateInputCreditNote.md

File metadata and controls

23 lines (11 loc) · 1.1 KB

CreditNoteUpdateInputCreditNote

Properties

Name Type Description Notes
refundStatus RefundStatusEnum The status of the refund portion of the credit note. It indicates the current state or condition of the refund associated with the credit note. The possible values for this field are: - `pending`: this status indicates that the refund is pending execution. The refund request has been initiated but has not been processed or completed yet. - `succeeded`: this status indicates that the refund has been successfully executed. The refund amount has been processed and returned to the customer or the designated recipient. - `failed`: this status indicates that the refund failed to execute. The refund request encountered an error or unsuccessful processing, and the refund amount could not be returned.

Enum: RefundStatusEnum

Name Value
PENDING "pending"
SUCCEEDED "succeeded"
FAILED "failed"