invoice property

  1. @JsonKey.new(name: 'invoice')
Invoice? get invoice
inherited

Optional. Message is an invoice for a payment, information about the invoice. More about payments »

Implementation

@JsonKey(name: 'invoice')
Invoice? get invoice;