Class ByProjectKeyMePaymentsRequestBuilder Constructorsconstructor Parameters args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string } ; } PropertiesProtected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string } ; } Methodsget get ( methodArgs ?: { headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { expand ?: string | string [] ; limit ?: number ; offset ?: number ; sort ?: string | string [] ; where ?: string | string [] ; withTotal ?: boolean ; [ key : string ]: QueryParam ; } ; } , ) : ApiRequest < MyPaymentPagedQueryResponse > Parameters Optional
methodArgs : { headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { expand ?: string | string [] ; limit ?: number ; offset ?: number ; sort ?: string | string [] ; where ?: string | string [] ; withTotal ?: boolean ; [ key : string ]: QueryParam ; } ; } head head ( methodArgs ?: { headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { where ?: string | string [] ; [ key : string ]: QueryParam } ; } , ) : ApiRequest < void > Parameters Optional
methodArgs : { headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { where ?: string | string [] ; [ key : string ]: QueryParam } ; } post Parameters methodArgs : { body : MyPaymentDraft ; headers ?: { [ key : string ]: string | string [] } ; queryArgs ?: { expand ?: string | string [] ; [ key : string ]: QueryParam } ; } with Id Parameters childPathArgs : { ID : string }
Returns all Payments that match a given Query Predicate.