Skip to main content

PaypalBatchPayment

Source: lyda-shared/src/Models/db/finance/PaypalBatchPayment.ts

Dependencies

import {PaypalBatchStatus} from "../../../Enums/PaypalBatchStatus.ts";

PaypalBatchPayment

Type: interface

export interface PaypalBatchPayment {
id: number;
paypal_batch_id: string;
request_items_json: string;
paypal_batch_status: PaypalBatchStatus;
created_at: Date;
updated_at: Date;
}

Properties

PropertyTypeRequiredDescription
idnumberYes-
paypal_batch_idstringYes-
request_items_jsonstringYes-
paypal_batch_statusPaypalBatchStatusYes-
created_atD​a​t​eYes-
updated_atD​a​t​eYes-