toJson method

String toJson()

Implementation

String toJson() {
  return JotformFormPaymentPropsMapper.ensureInitialized()
      .encodeJson<JotformFormPaymentProps>(this as JotformFormPaymentProps);
}