PostMembershipPaymentDto

Type Alias: PostMembershipPaymentDto

[object Object]

Defined in: app/api/types.gen.ts:815

Defines the DTO for posting a membership payment, containing the necessary information for creating a new membership payment, including the member ID. The PostMembershipPaymentDTO is used to transfer data from the client to the server when creating a new membership payment, ensuring that all required information is provided and validated appropriately for the creation process.

Properties

memberId?

optional memberId?: string

Defined in: app/api/types.gen.ts:816

On this page