Type Alias GroupMessageResponse
GroupMessageResponse: { accountId: string; allowDuplicates: boolean; apiVersion: string; app: App; balance: CommonCashResponse; count: Count; countForCharge: CountForCharge; dateCompleted?: string; dateCreated: string; dateSent?: string; dateUpdated: string; groupId: string; isRefunded: boolean; log: Log; masterAccountId: string | null; point: CommonCashResponse; price: object; scheduledDate?: string; status: string;} Type declaration
accountId: string
allowDuplicates: boolean
apiVersion: string
Optional
dateCompleted?: string
dateCreated: string
Optional
dateSent?: string
dateUpdated: string
groupId: string
isRefunded: boolean
masterAccountId: string | null
price: object
Optional
scheduledDate?: string
status: string