fromJson static method

Implementation

static CommercePaymentMethodResponsePaymentTypeEnum? fromJson(
        dynamic value) =>
    CommercePaymentMethodResponsePaymentTypeEnumTypeTransformer()
        .decode(value);