Uses of Class
com.fedapay.model.Customer
-
Packages that use Customer Package Description com.fedapay.model -
-
Uses of Customer in com.fedapay.model
Methods in com.fedapay.model that return Customer Modifier and Type Method Description static CustomerCustomer. create(Map<String,Object> customerDataMap)CustomerTransaction. getCustomer()static CustomerCustomer. retrieve(String customerId)CustomerCustomer. save()static CustomerCustomer. update(String customerId, Map<String,Object> customerDataMap)Methods in com.fedapay.model with parameters of type Customer Modifier and Type Method Description voidTransaction. setCustomer(Customer customer)Constructors in com.fedapay.model with parameters of type Customer Constructor Description Transaction(String id, String reference, String description, String callbackUrl, String amount, String status, String customerId, String currencyId, Customer customer, PhoneNumber phoneNumber, Map<String,Object> metadata, String createdAt, String updatedAt)
-