invoice property
- @JsonKey(fromJson: fromGraphQLInvoiceFileNullableToDartInvoiceFileNullable, toJson: fromDartInvoiceFileNullableToGraphQLInvoiceFileNullable)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLInvoiceFileNullableToDartInvoiceFileNullable,
toJson: fromDartInvoiceFileNullableToGraphQLInvoiceFileNullable,
)
InvoiceFile? invoice;