PaymentDispute: {
    amount: number;
    createdDate: Date;
    currency: string;
    externalId: string;
    modifiedDate: Date;
    reason: string;
    status: PaymentDisputeStatus;
}

Type declaration

  • amount: number
  • createdDate: Date
  • currency: string
  • externalId: string
  • modifiedDate: Date
  • reason: string
  • status: PaymentDisputeStatus