Record

review

No description available.

record review {
  billing-zip: option​<string>,
  charge: option​<string>,
  closed-reason: option​<review-closed-reason-enum>,
  created: s32,
  id: string,
  ip-address: option​<string>,
  ip-address-location: option​<string>,
  livemode: bool,
  object: review-object-enum,
  open: bool,
  opened-reason: review-opened-reason-enum,
  payment-intent: option​<string>,
  reason: string,
  session: option​<string>,
}

Fields

NameTypeDescription
billing-zipoption​<string>
chargeoption​<string>
closed-reasonoption​<review-closed-reason-enum>
createds32
idstring
ip-addressoption​<string>
ip-address-locationoption​<string>
livemodebool
objectreview-object-enum
openbool
opened-reasonreview-opened-reason-enum
payment-intentoption​<string>
reasonstring
sessionoption​<string>