| Package | Description |
|---|---|
| com.fedapay.model | |
| com.fedapay.utile |
| Modifier and Type | Method and Description |
|---|---|
static Customer |
Customer.create(Map<String,Object> customerDataMap) |
Customer |
Transaction.getCustomer() |
static Customer |
Customer.retrieve(String customerId) |
Customer |
Customer.save() |
static Customer |
Customer.update(String customerId,
Map<String,Object> customerDataMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.setCustomer(Customer customer) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerModel.getV1Customer() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerModel.setV1Customer(Customer v1Customer) |
| Constructor and Description |
|---|
CustomerModel(Customer v1Customer) |
Copyright © 2022. All rights reserved.