### Payment Type

```
public enum PaymentRecordType
{
    Information = 1,
    Payment = 2,
    Refund = 3
}
```

### Payment Method
