GetPaymentAccountFormAsJsonReply constructor
GetPaymentAccountFormAsJsonReply({
- String? paymentAccountFormAsJson,
Implementation
factory GetPaymentAccountFormAsJsonReply({
$core.String? paymentAccountFormAsJson,
}) {
final $result = create();
if (paymentAccountFormAsJson != null) {
$result.paymentAccountFormAsJson = paymentAccountFormAsJson;
}
return $result;
}