Uses of Class
model.PaymentInstrumentsListEmbedded
-
Packages that use PaymentInstrumentsListEmbedded Package Description model -
-
Uses of PaymentInstrumentsListEmbedded in model
Methods in model that return PaymentInstrumentsListEmbedded Modifier and Type Method Description PaymentInstrumentsListEmbeddedPaymentInstrumentsListEmbedded. addPaymentInstrumentsItem(PaymentInstrument paymentInstrumentsItem)static PaymentInstrumentsListEmbeddedPaymentInstrumentsListEmbedded. fromJson(String jsonString)Create an instance of PaymentInstrumentsListEmbedded given an JSON stringPaymentInstrumentsListEmbeddedPaymentInstrumentsList. getEmbedded()Get embeddedPaymentInstrumentsListEmbeddedPaymentInstrumentsListEmbedded. paymentInstruments(Set<PaymentInstrument> paymentInstruments)Methods in model with parameters of type PaymentInstrumentsListEmbedded Modifier and Type Method Description PaymentInstrumentsListPaymentInstrumentsList. embedded(PaymentInstrumentsListEmbedded embedded)voidPaymentInstrumentsList. setEmbedded(PaymentInstrumentsListEmbedded embedded)
-