# `Twilio.Resources.Api.V2010.Call.Payment`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/api/v2010/call/payment.ex#L2)

Twilio enabled secure payments solution for accepting credit and ACH payments over the phone.

SID prefix: `PK`

Parent: `/Accounts/{AccountSid}/Calls/{Sid}.json`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `account_sid` | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Payments resource. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `call_sid` | The SID of the [Call](https://www.twilio.com/docs/voice/api/call-resource) the Payments resource is associated with. This will refer to the call sid that is producing the payment card (credit/ACH) information thru DTMF. |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time-rfc-2822 |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.. Format: date-time-rfc-2822 |
| `sid` | The SID of the Payments resource. |
| `uri` | The URI of the resource, relative to `https://api.twilio.com`. |

# `t`

```elixir
@type t() :: %Twilio.Resources.Api.V2010.Call.Payment{
  account_sid: String.t() | nil,
  call_sid: String.t() | nil,
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  sid: String.t() | nil,
  uri: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
