| Package | Description |
|---|---|
| com.fedapay.model |
| Modifier and Type | Method and Description |
|---|---|
PhoneNumber |
Transaction.getPhoneNumber() |
PhoneNumber |
Customer.getPhoneNumber() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.setPhoneNumber(PhoneNumber phoneNumber) |
void |
Customer.setPhoneNumber(PhoneNumber phoneNumber) |
| Constructor and Description |
|---|
Customer(String id,
String firstname,
String lastname,
String email,
String phone,
PhoneNumber phoneNumber) |
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) |
Copyright © 2022. All rights reserved.